Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Network - UDPconnection

Status
Not open for further replies.

magnusgabell

Programmer
Jun 1, 2006
1
0
0
SE
Hi!

Does anyone know how to create a simple server that can
stream data using UDP.

Also how to create a client that can connect to the server and Listen. All I want to do is listen on the IP:port.

//Me
 
You'll need to look into a socket. Try WinSock. I've used Catalyst SocketWrench in Visual Basic myself and don't really have experiance with WinSock in C++ Builder. I know it can be done.

Good Luck!
 
Magnu,
I have written a server and client application that stream data (actually waveforms and data, Chat etc) I'm using the Win32 API socket routines to do this. It's really not too difficult and if you email me directly I can send you the basic connect stuff for both sides. The routines use the TCP protocol not UDP. If you or anybody elase would like I can post it here as well. Let me know and take care
Rick
reis@nuvasive.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top