I have to write a simulator, which send a requests for registration and after getting response from other device, it opens a TCP session/connection between each other. I have to start from scratch. I can write it in python or C++ i think. Can anyone help me with few references from where I can start working in right direction and do this successfully.?
Thanks
Akansha
A basic Python TCP/IP Client and Server tutorial can be found here