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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
It seems that if I manually get the current broadcast IP of my network (ifconfig etc...) and hardcode that into a call to send() https://developer.chrome.com/apps/sockets_udp#method-send then packets get delivered to all devices on the network - which is great.
How do I dynamically determine what the current broadcast IP address is from a cordova device (ios/android)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that if I manually get the current broadcast IP of my network (ifconfig etc...) and hardcode that into a call to send() https://developer.chrome.com/apps/sockets_udp#method-send then packets get delivered to all devices on the network - which is great.
How do I dynamically determine what the current broadcast IP address is from a cordova device (ios/android)?
The text was updated successfully, but these errors were encountered: