timum-viw / socket.io-client

A socket.io-client implementation for ESP8266 and Arduino
228 stars 90 forks source link

Send mac address to server #66

Closed qiwalker closed 3 years ago

qiwalker commented 4 years ago

HI,

can i send esp8266 mac address using socket.io to server ?

webSocket.emit("input1", macadrress);

thanks Rizki

shiro-noname commented 4 years ago

I think if you change it to String. It will be easier

AmineGm73 commented 7 months ago

I found this about getting network interfaces : Node.Js os.networkInterfaces()