creating ports and initiating communication between client and server
Posted
by
dave
on Stack Overflow
See other posts from Stack Overflow
or by dave
Published on 2010-07-24T08:12:56Z
Indexed on
2010/12/23
12:54 UTC
Read the original article
Hit count: 224
what i need is a server that listens to 5060 port , when the client sends data to that port the server should open up another port ( any port after 1250 i believe ) and forward the clients data to that port keeping 5060 idle so it can perform the same function for the next client
so basically i need the server to a) open up multiple ports one for each client b) get the voice data from the client and be able to send voice data to that client
i m looking into the hardware specs and other such details of the scenario so i dont have time to make such a program myself if theres a code that i can run directly ( both server and client side ) on visual studio .net 2010 that will perform these tasks then that would be extremely helpful
thanks alot in advance
© Stack Overflow or respective owner