KanoComputing / kano-burners

SD Card burner for OSX
GNU General Public License v2.0
12 stars 11 forks source link

Automatically choose server port #66

Closed therealdjryan closed 8 years ago

therealdjryan commented 8 years ago

On OSX, port 5900 is used for screen sharing. If the user has screen sharing enabled, kano-burner quietly dies. This patch binds to port 0 which will find an available port for you rather than hardcoding. It addresses this issue: https://github.com/KanoComputing/kano-burners/issues/61