celinewmk / SocketProgramming

Socket Programming using Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketProgramming

Socket Programming and IPv4 protocol

Instructions to run the program:

  1. Open two terminals and go into directory with the Java files
  2. Compile the Java files in one of the terminals: javac *java
  3. Execute the following command: java PacketReceiver
  4. In the other terminal, execute the following command: java PacketSender <"message"> Eg: java PacketSender 192.168.0.1 "COLOMBIA 2 - MESSI 0"

About

Socket Programming using Java


Languages

Language:Java 100.0%