Commit graph

4 commits

Author SHA1 Message Date
b39e88107a refactor(caesar): restructure the project to a monorepo 2024-05-05 13:42:11 +02:00
336ea18ad9 feature(sender): adapted relay and sender component to work with a simple transfer name
In order to be able to use a simple transfer name, the relay server and
the sender were adapted. On the sender, the on_create_room method was
adapted so that a call is made to the http_client to register the
transfer with the relay server. The handle_create_room method on the
server has been adapted so that when a room is created, the name is
transmitted by the receiver and is no longer generated on the
relayserver.This was also done in preparation for integrating a local
relayserver for the direct connection between sender and receiver.
2024-04-30 23:31:47 +02:00
a362d8ce5c added unit tests for sender and receiver 2024-04-28 09:55:19 +02:00
11531b7d50 project: first attempt of reimplemantation of caesar with websockets 2024-04-26 13:03:52 +02:00