Jeff Epler
6c3cdceb45
Implement scan, connect, ping
...
My pings go out, and then they come back
```py
import os
import wifi
import ipaddress
wifi.radio.connect(os.getenv('WIFI_SSID'), os.getenv('WIFI_PASSWORD'))
ipv4 = ipaddress.ip_address("8.8.4.4")
print("Ping google.com: %f ms" % (wifi.radio.ping(ipv4)*1000))
```
2022-09-28 10:06:33 -05:00
..
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 14:42:52 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-08-18 08:01:32 -04:00
2022-06-29 15:03:29 +08:00
2022-07-11 21:33:58 +08:00
2022-09-28 10:06:33 -05:00
2022-08-18 08:01:32 -04:00
2022-07-08 00:18:36 +02:00
2021-07-10 01:50:43 +02:00