So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By forkus2000
#63896 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