Closed qiwalker closed 3 years ago
HI,
can i send esp8266 mac address using socket.io to server ?
webSocket.emit("input1", macadrress);
thanks Rizki
I think if you change it to String. It will be easier
I found this about getting network interfaces : Node.Js os.networkInterfaces()
HI,
can i send esp8266 mac address using socket.io to server ?
webSocket.emit("input1", macadrress);
thanks Rizki