UDP 통신 참고 자료
1. https://github.com/Steveplays28/networking-example-server/
GitHub - Steveplays28/networking-example-server: UDP networking example I wrote from scratch, for Godot (C#). Server side.
UDP networking example I wrote from scratch, for Godot (C#). Server side. - Steveplays28/networking-example-server
github.com
2. https://github.com/chronoxor/NetCoreServer?tab=readme-ov-file#example-udp-echo-server
GitHub - chronoxor/NetCoreServer: Ultra fast and low latency asynchronous socket server & client C# .NET Core library with suppo
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution - chronoxor...
github.com
3. https://github.com/Dem0n13/AsyncSocketServers
GitHub - Dem0n13/AsyncSocketServers: C#-implementation async, high-perfomance TCP and UDP socket servers
C#-implementation async, high-perfomance TCP and UDP socket servers - Dem0n13/AsyncSocketServers
github.com
4. https://learn.microsoft.com/ko-kr/dotnet/api/system.net.sockets.udpclient?view=net-9.0
UdpClient 클래스 (System.Net.Sockets)
UDP(User Datagram Protocol) 네트워크 서비스를 제공합니다.
learn.microsoft.com
5. https://github.com/ledimestari/udpserverclient/blob/main/UdpServer/Form1.cs
udpserverclient/UdpServer/Form1.cs at main · ledimestari/udpserverclient
A simple pair of windows forms applications to use as a starting point - ledimestari/udpserverclient
github.com