nerves-keyboard / xebow

Firmware for the Keybow written in Elixir
40 stars 10 forks source link

Only advertise the web interface as a network service #120

Closed amclain closed 4 years ago

amclain commented 4 years ago

This PR updates the network services that Xebow advertises (via mDNS). It is now only advertising the web interface to other devices on the network. The SSH, SFTP, and Erlang port mapper have been removed from being advertised because it is unlikely that a non-developer would need to auto-discover these. Note that ssh xebow.local and mix upload still work fine; this PR only adjusts the service broadcasts that Xebow sends out to other devices on the network.