undwad / conf0

crossplatform (bonjour (windows/osx), avahi(linux)) zeroconf(dnssd) module for lua 5.2
MIT License
2 stars 0 forks source link

Example on how to use register #1

Closed nicopace closed 7 years ago

nicopace commented 7 years ago

Could you implement a test that shows how to use the _register function? Thanks!!

undwad commented 7 years ago

Please look at test_register.lua sample. You can run test_browse.lua, wait until it lists all existing services then run test_register.lua. test_browse.lua should report of new service named !!!CONF0 TEST SERVICE!!!. Just now tested on windows 10.

nicopace commented 7 years ago

Excelent, thanks!!