Bug #658
closedFix hawkeye to listen on all ports.
100%
Description
Right now you have to specify which interface you want to listen on. This can be easily fixed to listen on all ports if -H is not specified by making the socket ids for IPv4 and IPv6 arrays instead of a static entry. Since the list will always be short (we can limit it to the first X interfaces discovered) this likely won't have adverse affects on performance.
I need this so I don't have to specify which interface to listen on when launching hawkeye, which would require changes to piboxd that I don't really want to make (for parsing %h fields in commands).
Related issues
Updated by Hammel over 6 years ago
- Status changed from New to In Progress
- Priority changed from Immediate to Low
- % Done changed from 0 to 10
- Severity changed from 01 - Critical to 05 - Very Low
This isn't needed after discovering I could still use mjpeg-streamer as long as I had the correct arguments to it and to omxplayer.
But it's an interesting project, so I'll hang onto it but move it way down.
Updated by Hammel over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
This is no longer needed. There is no reason to keep the issue open.
Closing issue.