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-02-15 12:36:26 -06:00
2022-01-07 10:04:11 +01:00
2014-05-08 01:41:21 +03:00
2022-07-26 18:15:59 +02:00
2022-01-07 09:46:16 +01:00
2022-07-26 18:15:59 +02:00
2022-01-29 17:14:01 -05:00
2022-08-27 21:32:58 -05:00
2022-07-14 15:16:28 -05:00
2022-08-10 16:31:50 -07:00
2022-09-28 10:06:33 -05:00
2022-02-11 16:21:20 -05:00
2022-09-28 10:06:33 -05:00
2022-02-15 12:36:26 -06:00
2022-03-11 16:04:12 -08:00
2022-03-15 13:56:11 -07:00
2021-10-15 08:20:54 -05:00
2022-08-30 15:23:44 -04:00
2022-07-15 19:49:03 -05:00
2021-10-15 08:20:54 -05:00
2021-12-17 23:54:05 +11:00
2021-12-18 00:01:59 +11:00
2022-02-15 10:14:47 -06:00
2022-02-15 12:36:26 -06:00
2022-02-15 12:36:26 -06:00
2022-02-15 12:36:26 -06:00
2021-12-29 11:56:30 +11:00
2021-10-15 08:20:54 -05:00
2021-12-09 12:09:40 +11:00
2022-02-28 21:27:24 -05:00
2022-08-09 13:43:47 -04:00
2022-02-15 12:36:26 -06:00