davidfowl / BedrockFramework

High performance, low level networking APIs for building custom servers and clients.
MIT License
1.07k stars 155 forks source link

Add UDP client. #136

Open adamradocz opened 2 years ago

adamradocz commented 2 years ago

83

Added a sample UDP client and a new project for the UDP server. I think the current implementation of the SocketTransportFactory is not capable to use the UDP socket.

Xhanti commented 2 years ago

I would use bedrock for personal project but the protocol I'm working with is over UDP

adamradocz commented 2 years ago

Server and Client as well?

Xhanti commented 2 years ago

Just client, that's all I needed. Went with UDP client

adamradocz commented 2 years ago

Have you tried this PR?

Xhanti commented 2 years ago

I can give it a try. Was waiting to see if it got merged. Didn't want to take a dependency on something not on main

adamradocz commented 2 years ago

Fair enough.