|
a7c1bba666
|
reorganised some parts of the code
Utils moved to subdirectories
Task activation have been moved to static member of the Task class, instead of being manually activated.
|
2024-11-26 21:57:37 +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 |
|
|
7871a4f4dd
|
simplified some constructor syntax, made the "id" value of a peer not required for the program to work correctly (id will be removed later)
|
2024-11-17 14:21:49 +01:00 |
|
|
11e4861082
|
improved latency before playing an audio
prevented playing packets that are too old to avoid offset
|
2024-11-14 13:24:49 +01:00 |
|
|
3c044249f4
|
improved messages and structure of the program
|
2024-11-11 13:39:13 +01:00 |
|