Websocket client with credentials
Posted: Sat Mar 18, 2017 2:19 pm
Hi guys , i have a websocket server working, and i need conect to this server with a esp8266 websocket client, my probles is that the only instruction that accept the conection function is like this webSocket.begin(server_ip,server_port) but i need to validate in the server the id of the websocketclient, i need something like this webSocket.begin("192.168.0.15",9001,"my Id")
Can some body help me ? I will be apreciate some code to solve my problem...
Best Regars Paolo
Can some body help me ? I will be apreciate some code to solve my problem...
Best Regars Paolo