Click here to Skip to main content
15,881,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My system overview : I have an Application Software that communicates with 'N' Number of Embedded Machines over ethernet. Each machine has IP-Address, MAC-Address, Machine-ID and a common port number(same for all machines). All machines are communicating with application software using socket programming and uploading the data to the application software and the application software is storing it locally.

My need : Arraangement for N number of embedded machine is dificult for me and hence I want to make a simulation software that should act as N embedded machine and allow me to test my application software! How can I write a multithreaded socket program so that I should be able to ping a single system for multiple IP-Addressess. I am a fresher so link for understanding the standard socket programming or link for referece C# source code is helfull for me. Thank you...
Posted
Comments
gggustafson 13-Mar-14 14:16pm    
There is a large body of information regarding client-server software on the Internet. For example search Google using "C# client server" will provide more information than you could read in years. Socket Code Examples (http://msdn.microsoft.com/en-us/library/w89fhyex(v=vs.90).aspx) provides some guidance.

Ping, by the way, is a specific protocol. I think you are misusing the term.

After you have read-in some more, feel free to contact me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900