-->
Page 1 of 1

WebSockets help

PostPosted: Wed Sep 27, 2017 12:12 pm
by Dimitar Dechev
Hello guys,
I'm new into programming Arduino things and I want to create socket.io connection between VPS and my module. I successfuly set up my WiFi and it's working, but my module is connecting every 5 seconds to the server. I want to create tunnel connection in order to track online devices.

Best Regards,
Dimitar Dechev

Re: WebSockets help

PostPosted: Sat Sep 30, 2017 3:41 am
by gdsports

Re: WebSockets help

PostPosted: Thu Oct 05, 2017 9:09 pm
by mrburnette
I played around with websockets in my project
https://www.hackster.io/rayburne/nodemc ... ets-5956c4

Maybe there is a takeaway there.

Ray