Skip to content

eHammarstrom/EIT060

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN

  • Client CANNOT be started in Eclipse, Eclipse merely emulates a console/terminal.
  1. Server can be started in eclipse or compiled, must pass PORT as argument.
  2. Compile client in eclipse.
  3. Right-click client.java.
  4. Export as RUNNABLE JAR.
  5. Select the client to be the launch configuration.
  6. Start client in the folder project_2/ with IP and PORT as arguments in the mentioned order.

The server is compiled to a runnable JAR file in this scenario. May be executed in the eclipse environment.

java -jar server.jar 6666
java -jar client.jar localhost 6666

About

LTH Computer Security course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published