Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 420 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 420 Bytes

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.