rzr / webthing-go

http://purl.org/webthing-go
Mozilla Public License 2.0
8 stars 0 forks source link

mDNS support #5

Open ferllings opened 4 years ago

ferllings commented 4 years ago

Thanks for your great lib. Is there any plan to implement mDNS broadcast?

rzr commented 4 years ago

well it depends the future of this lib, I planned to support tinygo is mDNS supported by it ?

ferllings commented 4 years ago

Thanks for answer. I have no idea about tinygo

rzr commented 4 years ago

this issue can stay open

https://github.com/oleksandr/bonjour

https://github.com/oleksandr/bonjour/blob/master/service.go just uses "net" module

so it should be doable once it's supported:

https://tinygo.org/lang-support/stdlib/#net