-
Notifications
You must be signed in to change notification settings - Fork 54
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
How to "Auto discover devices in the same network (LAN)" #62
Comments
have you discovered how ? |
It's a simple trick, all devices call an API to get the public IP, and convert it to a room code. All devices under the same network will have the same public IP :) https://github.com/subins2000/WebDrop/blob/4d29b4c2f0d9af813ef654114a36c578a57955af/src/App.vue#L64 |
i tried using the library and it couldn't work i am glad it still works! i will try again |
ohhh now i get it
|
The https://github.com/subins2000/WebDrop has this feature, but docs didn't mention how to do it.
Thansk.
The text was updated successfully, but these errors were encountered: