eugenebokhan / bonjour

Easy-to-use Bonjour Service for iOS and macOS.
MIT License
51 stars 9 forks source link

How client connect to host? #1

Closed tutmgch15002 closed 4 years ago

tutmgch15002 commented 5 years ago

I use BonjourService.shared.startBroadcasting() to start Broadcasting from a device. However, I don't know how another device connects to the Broadcasting and receive the data from the first device. Please help me!