chrisjrn / kaas

Keynote-as-a-Service: HTTP control for Keynote Presenters
31 stars 5 forks source link

Broadcast server using ZeroConf/Bonjour #1

Open chrisjrn opened 10 years ago

chrisjrn commented 10 years ago

Advertise the existence of the KAAS server using Bonjour.

Looks like the 'dns-sd' command line util might work up-front on OS X.

See http://stackoverflow.com/questions/1916017/simplest-way-to-publish-over-zeroconf-bonjour

chrisjrn commented 10 years ago

Note: dns-sd will not allow a service to be unregistered.

Perhaps worth looking into PyObjC bindings for registering Bonjour services?