meitarc / FinalProject

1 stars 3 forks source link

Create a server for testing. #8

Open GuyOhayon opened 5 years ago

GuyOhayon commented 5 years ago

The server needs to:

  1. Connect to a remote, on the field agent.
  2. The agent sends the information it is responsible to sync.
  3. The Server and Client negotiate what parts are changing.
  4. the process is repeated until one side closes the connection.

notes: The server needs to connect to a device on the field, thus it's needed to check how to accomplish that.