watson / bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript
MIT License
627 stars 146 forks source link

Using different protocol types #34

Closed soundprojects closed 7 years ago

soundprojects commented 7 years ago

Hi,

Would it be possible to set a different protocol type instead of the http or anything else on the default list? I am trying to create a bonjour service discovery for a service like this : _oca._tcp instead of _http._tcp

I tried doing this but the service doesn't seem te be registered..

soundprojects commented 7 years ago

Issue was not in this package but in my test application 'bonjour browser'. It doesn't seem to know every discovery type.