The project involved interfacing STM32 with W5500 Ethernet Module through SPI and utilizing a Built-in TCP/IP stack featuring UDP Connection.
For those unfamiliar, UDP is a connectionless protocol that is often preferred in situations where speed and efficiency are more important than reliability, such as in real-time communication applications like online gaming and streaming media.
Our team utilized Socket test, Docklight, and Hercules and STM32CUBE IDE as their primary tools in this project.