You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I send string messge to the server: example.com:8080 via AP on my mobile phone?
Can I use this code?
wifi.connectToAP("myaccesspoint", "password123");
wifi.connectToServer("example.com", "8080");
wifi.send("example.com", "Hello World!");
The text was updated successfully, but these errors were encountered:
How can I send string messge to the server: example.com:8080 via AP on my mobile phone?
Can I use this code?
wifi.connectToAP("myaccesspoint", "password123");
wifi.connectToServer("example.com", "8080");
wifi.send("example.com", "Hello World!");
The text was updated successfully, but these errors were encountered: