michaelrsweet / pappl

PAPPL - Printer Application Framework
https://www.msweet.org/pappl
Apache License 2.0
309 stars 49 forks source link

When defaulting the port number, find an available port #38

Closed michaelrsweet closed 4 years ago

michaelrsweet commented 4 years ago

Currently PAPPL uses port 8nnn, where "nnn" is the UID % 1000. This is an OK starting point, but we should find an available port number if port 8nnn is not available.

michaelrsweet commented 4 years ago

[master 367b9a0] Allow the default listening port to be auto-assigned (Issue #38)