Commit Graph

17 Commits

Author SHA1 Message Date
David Majdandžić
d2e16ecbd5 Implement basic centerSession structure 2023-03-25 13:54:31 +01:00
David Majdandžić
2c5a9b3604 Clean up error handling on client 2023-03-25 13:40:24 +01:00
David Majdandžić
8a4ff4bf6c Refactor current structure to represent clientSessions 2023-03-25 13:12:49 +01:00
David Majdandžić
b7eab4f126 Create event for counter update and propagate to websockets 2023-03-24 22:13:29 +01:00
David Majdandžić
6cf5b99705 Clean code 2023-03-24 21:55:16 +01:00
David Majdandžić
1af1eda9d8 Implement cancel send timer 2023-03-24 21:28:38 +01:00
David Majdandžić
b6e50f5e1b Implement sending messages on interval 2023-03-24 21:21:58 +01:00
David Majdandžić
401497bee0 Implement writing to and reading from a sessions file 2023-03-24 20:29:35 +01:00
David Majdandžić
32d5d726af Sessions are now unique - no more than 1 can exist per url 2023-03-24 17:32:07 +01:00
David Majdandžić
796c9b473e Implement PDU broadcast to websocketserver 2023-03-24 17:24:15 +01:00
David Majdandžić
1ce8390189 Implement session deleting and generally clean up 2023-03-24 17:19:13 +01:00
David Majdandžić
cd9faee388 Fix issue with closing connections 2023-03-24 16:51:56 +01:00
David Majdandžić
5dc0e36818 Fix issues with websocket communication on status change 2023-03-24 16:45:44 +01:00
David Majdandžić
ca50864142 Cleanup 2023-03-24 16:38:45 +01:00
David Majdandžić
5ac4a6275b Implement websocket server 2023-03-24 16:16:13 +01:00
David Majdandžić
f535315b6f Add HTTPServer 2023-03-24 15:57:13 +01:00
David Majdandžić
5e2736c177 Initial commit 2023-03-24 15:14:29 +01:00