Commit graph

5 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
4cd25a8442 feature(relay): Add new Transfer struct to AppState
To share the transfers between different routes and connections it is
necessary to hold all transfers in the AppState.
2024-04-28 13:53:39 +02:00
76e48923d5 feature(relay): added first basic tests for relay component 2024-04-28 11:18:48 +02:00
97d1ff9323 fix(caesar,realy): finished restructuring of relay component 2024-04-28 09:49:48 +02:00