Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-14 | use a python package instead of just modules | Olivier Gayot | |
The package is contained in the CAO/ folder. server.py is still at the root of the repository though. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-04 | added a system of notification | Olivier Gayot | |
what the client will receive will look like: {'type': TYPE, 'content': CONTENT} TYPE will be either 'notification' or 'response' CONTENT will be the content of the notification or the response Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-04 | generate proper json to send to the clients | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |