Commit graph

16 commits

Author SHA1 Message Date
1301b10259 (untested) slave shall now ask for the server secret key for symmetric communications 2025-01-04 18:28:13 +01:00
077d1d3d9d master now emit audio in the network and others machines play it at the given time. 2025-01-04 13:30:27 +01:00
8038b8e40c fully added encryption support 2025-01-04 00:34:00 +01:00
c825ef8bef recreated a base for a python simplified version 2025-01-03 21:57:08 +01:00
e8a6a0a400 use docker for testing 2025-01-02 21:48:27 +01:00
61a57a7529 added backend for AES / RSA encryption, implemented variable size packets. 2024-11-26 09:29:56 +01:00
523c86237c peer now calculate an asymetric private and public key, for future encrypted communication. 2024-11-17 22:34:52 +01:00
3c044249f4 improved messages and structure of the program 2024-11-11 13:39:13 +01:00
454e86a982 fixed small overflow in the serialization 2024-11-11 13:22:16 +01:00
cd239e1eea improved packet serialization and readability 2024-11-11 13:20:23 +01:00
aa24bb3509 continued developping the undefined task behavior 2024-11-06 00:08:29 +01:00
93f8701ac5 fixed missing include, added context to tasks. 2024-11-05 14:58:31 +01:00
218ee71118 reorganised the way the program share data (Context, Peer, RemotePeer) 2024-11-04 23:40:40 +01:00
23732795d0 restructured the program 2024-11-04 00:01:48 +01:00
c3c452ff5d audio settings can now change dynamically 2024-10-22 20:14:45 +02:00
ced6dea00e implemented schedule and queue system to make the audio play at a specific time 2024-10-21 20:56:00 +02:00