Skip to content

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 381 Bytes

File metadata and controls

executable file
·
23 lines (12 loc) · 381 Bytes

INSAchat

Run it

The minimum JDK version is the Jdk 9.

To run the project there are configurations to run with Intellij or you can use the three files:

To launch TCP program:

  • ./server.sh
  • ./client.sh

To launch Multicast (UDP) program:

  • ./multicast.sh

To launch the http server program:

  • ./webserver.sh

Those files will build and run the project