Skip to content

Ardatufekci/UdpClientC-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

UdpClientC-

Receiving and sending data with udp using C#

Trying to make real-time video streaming with udp. This is what I did so far. Code contains functions which connects to desired IP address and port number, and gets data from the IpEndPoint.

Notes about the code Since udp is a connectionless protocol type unlike TCP/IP, the received data needs to be optimized and organized in a meaningful way. Both sender and client needs to encode and decode in the same way like a mirror. This code is basic there is no optimizing and organizing, yet. Because the project that I am working on is kind of specific and not working properly at this point.

I will try to update as the project goes on and develops.

About

Receiving and sending data with udp using C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages