Closed Iyury1 closed 8 months ago
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
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