Skip to content

Client-server software to verify TCP socket connection through a defined host and port

Notifications You must be signed in to change notification settings

marinaserranomontes/TCPclientserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TCPclientserver

Client-server software to verify TCP socket connection through a defined host and port

1.- Launch jars/TCPServer.jar: javar -jar TCPServer.jar Input: port Server is listening.....

2.-Launch jars/TCPClient.jar: java -jar TCPClient.jar Input: host (public server IP) and port to establish TCP connection.

If the connection is successfull, server will send "Hello" message to client.

About

Client-server software to verify TCP socket connection through a defined host and port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages