albertaloop / Firmware

0 stars 0 forks source link

Create a simple UDP client-server program #1

Closed Iyury1 closed 4 months ago

Iyury1 commented 4 months ago

Summary

Create two programs, one is a UDP client and the other is a UDP server. If UDP is confusing, feel free to use TCP instead. The GUI currently uses UDP.

For resources, you can use our old program: https://github.com/albertaloop/T_SWE_2022_2023/blob/master/Firmware/MessageTransfer_RPi/src/udp.c

Or read Chapter 4 of Hands-on Network Programming in C. https://github.com/codeplea/Hands-On-Network-Programming-with-C