This is an example code for sending UDP packages over Rpi Pico W. This code includes creating a UDP server and client and sending data from the server to the client(s)
Go to file
Ulysse Cura 464cd6fd1b Corrected a bug in udp client :
Some data that the callback receive were not interpreted correctly (and it may not be okay still)
2025-05-23 18:21:44 +02:00
.vscode Added gitingnore and vscode settings file 2025-05-23 17:03:42 +02:00
python_test_codes Converted in C 2025-05-23 17:02:24 +02:00
src Corrected a bug in udp client : 2025-05-23 18:21:44 +02:00
.gitignore Added gitingnore and vscode settings file 2025-05-23 17:03:42 +02:00
CMakeLists.txt Converted in C 2025-05-23 17:02:24 +02:00
README.md Converted in C 2025-05-23 17:02:24 +02:00
compilAndFlash.sh Converted in C 2025-05-23 17:02:24 +02:00
pico_sdk_import.cmake Converted in C 2025-05-23 17:02:24 +02:00

README.md

PicoWCommLib

Library for rapsberry pi pico to communicate over WIFI