LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   socket programming - practicing (https://www.linuxquestions.org/questions/linux-software-2/socket-programming-practicing-642857/)

sathiyamoorthy 05-17-2008 08:04 AM

socket programming - practicing
 
hi.,

Am doing socket programming....

Is there any internet server to connect using socket...

process, and acknowledge...

I heard some where it is available.. any of you know about this ???

Any ideas.

MS3FGX 05-17-2008 08:17 AM

You mean a public server that will let you connect to it with unknown protocols? Not that I am aware of, no.

But you can certainly test socket code on the same machine. Have the server listen on the designated port and point your client code at localhost. Or you would use a spare machine on the same network. There really is no reason to connect all the way out to a public server on the Internet just to learn sockets.


All times are GMT -5. The time now is 08:39 PM.