Go to advanced search

by gt40mkii
Mon Feb 25, 2013 9:16 pm
Forum: Networking and servers
Topic: UDP to TCP converter
Replies: 10
Views: 6655

Re: UDP to TCP converter

This is relatively straight forward and can be done a few ways: Write a socket program that reads the UDP data (you'll need to know what port to listen on and whether the data is being sent to a specific IP address, sent to a multicast address, or broadcast.) Once you have the packet, you can then s...

Go to advanced search