|
Java TCP/IP ServerSocket connection?HOW?
|
|
I want to make a TCP/IP ServerSocket connection between 2 computers where I know their IPs... So,HOW? (by example/code) YoGa |
|
Re: Java TCP/IP ServerSocket connection?HOW?
|
|
Get a good Java turorial. Basically you need a server program that will listen for incomming connections. And a client program that will try to connect to the server. Dont ask advanced things in such a blatant way :/ --Jarudin-- |
|
Re: Java TCP/IP ServerSocket connection?HOW?
|
|
NO, I want to make the server based between the clients... I mean to make 1 application to connect with another computer (know it's IP). So,HOW? YoGa |