You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to do zeroconf communication over bluetooth between a windows/linux pc and an ios device. I have a few questions about using this library for that purpose.
When Servus discovers a device over bluetooth, what kind of hostname is returned?
After a bluetooth hostname is returned, can I use it with HTTP as outlined in the README?
Do I advertise with bonjour/avahi on my other device?
In short, how do I connect the devices and have them communicate?
Thanks in advance
By the way, the library seems pretty cool! Its hard to find good resources/libraries (like this one) for this sort of stuff.
The text was updated successfully, but these errors were encountered:
i gave up 2 weeks after i posted this issue lol
however, i may have some insights. it seems that you cant do much without a bt connection; without it, youre limited to sending 16 bytes at a time encoded in the manufacturer data of a ble beacon, which is quite slow. with one, you can send data much faster, more than likely fast enough for basic web browsing. i was looking into l2cap before i got busy and gave up.
hope that helps.
Hi, I'm trying to do zeroconf communication over bluetooth between a windows/linux pc and an ios device. I have a few questions about using this library for that purpose.
When Servus discovers a device over bluetooth, what kind of hostname is returned?
After a bluetooth hostname is returned, can I use it with HTTP as outlined in the README?
Do I advertise with bonjour/avahi on my other device?
In short, how do I connect the devices and have them communicate?
Thanks in advance
By the way, the library seems pretty cool! Its hard to find good resources/libraries (like this one) for this sort of stuff.
The text was updated successfully, but these errors were encountered: