super-cow-powers / Sw-Eng-G3-Src

2021/22 University Of York Electronics Software Engineering Project. Group 3
https://super-cow-powers.github.io/Sw-Eng-HTML/
0 stars 0 forks source link

Network Server #11

Open super-cow-powers opened 2 years ago

super-cow-powers commented 2 years ago

Need a simple network server capable of routing events from a (registered) presenter to all users connected to that presentation.

zerozeta00 commented 2 years ago

Progress: Java server is coded and tested to be able to broadcast objects to all clients connected in a LAN. TODO:

  1. python server for better performance for WAN connection.
  2. Authorisation of the type of connection allowed.