socket.io-client-java
socket.io-client-java copied to clipboard
How to use a socket offline?
Describe what you would like to know or do I am working on an IoT project where two devices communicate; a phone and a camera.
- The camera opens a hotspot.
- The phone connects to a hotspot
- And now I need communication between devices using socket.
How can I use a socket over a hotspot without access to the internet?