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
19f6b24e0f feature(sender,receiver): added better functionality to separate room-ids 2024-05-01 22:38:18 +02:00
2262fd9f75 feature(sender,receiver): enabled local and relay transfer
actually a clean close of the sender application is still missing and
has to be included
2024-05-01 17:46:04 +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
faab74e3b5 feature(relay): add transfer struct to store announced transfers 2024-04-28 13:27:52 +02:00