Add UDP transmitter example (#306)

Co-authored-by: Andrew McDonnell <bugs@andrewmcdonnell.net>
This commit is contained in:
Peter Harper
2022-12-22 23:20:35 +00:00
committed by GitHub
parent 5bb4f7f6cb
commit c80026dbed
5 changed files with 125 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ App|Description
[picow_tcp_client](pico_w/tcp_client)| A simple TCP client. You can run [python_test_tcp_server.py](pico_w/python_test_tcp/python_test_tcp_server.py) for it to connect to.
[picow_tcp_server](pico_w/tcp_server)| A simple TCP server. You can use [python_test_tcp_client.py](pico_w/python_test_tcp/python_test_tcp_client.py) to connect to it.
[picow_wifi_scan](pico_w/wifi_scan)| Scans for WiFi networks and prints the results.
[picow_udp_beacon](pico_w/udp_beacon)| A simple UDP transmitter.
#### FreeRTOS examples