-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iiod: Enable iiod to listen on non-standard ports
This enables iiod to take a new command line argument "-p <num>" which is port number. This effects both: - the port number that iiod listens on - the advertised port number that is used with Avahi <num> can be any of: 0 : uses a random/free dynamic port 1 to 1023 : System Ports (must be root) 1024 to 49151 : User Ports 49152 to 65535 : Dynamic Ports, or Ephemeral This allows multiple instances of iiod to be used on the same machine, as well as just using it on different network ports, making it easier to bind behind ssh or something that provides security. Signed-off-by: Robin Getz <[email protected]>
- Loading branch information
Showing
3 changed files
with
53 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters