-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LAN Discovery #51
Comments
If there needs to be a change to how local peer discovery works, we might be able to get it into hyperswarm before it gets too widespread. |
So if there's a node module that behaves similarly to the ServiceDiscovery API, I don't think there'd be much pushback in using it in the rest of the stack. Worst case we can include it outside of hyperswarm in the SDK / etc. |
I looked into it a bit today: Firstly, the Secondly, |
It seems that LAN Discovery works correctly on Linux. There I was able to discover a |
Dang. 🤔 |
libdweb The simplest approach will be to get dat discovery compatible with this API (i.e. DNS-SD spec), then implementing it with |
BTW, is the lan discovery working in the latest version? |
Last I checked it was working on some platforms but not others. |
In testing it seems that LAN Discovery is not currently working (I see no local network peers in the logs). If the
discovery-channel
implementation doesn't work, we could fall back to libdweb'sServiceDiscovery
, at the cost of compatibility with the dat CLI and beaker.The text was updated successfully, but these errors were encountered: