Skip to content

s4m77/ComputerSecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputerSecurity

In order to run the application you must first start the server Server.java and then the client Client.java.

To add a client create a .json file in the clients folder. The file must contain the following information:

{
  "id": "Client1",
  "password": "pass123",
  "server": {
    "ip": "127.0.0.1",
    "port": 12345
  },
  "actions": {
    "delay": 10,
    "steps": [
      "INCREASE 10",
      "DECREASE 5"
    ]
  }
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages