b39e88107a
refactor(caesar): restructure the project to a monorepo
2024-05-05 13:42:11 +02:00
42e4a63a6a
fix(sender,receiver): fixed bug with sender and receiver trying to connect to https with http address
...
to fix this bug i had to change the way a user can support a relay
address. the user can no longer provide the address in the form
"0.0.0.0:8000" instead he has to use "ws://0.0.0.0:8000" or
"wss://0.0.0.0:8000" the switch between ws/http or wss/https is handle
by the program
2024-05-02 21:22:17 +02:00
cf0f140ba3
feature(receiver): added success request to receiver
2024-05-02 10:57:02 +02:00
3508ea5fd2
fix(receiver): fixed error while failed connection to local server
2024-05-01 23:57:50 +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
9f7b95ca98
feature(receiver): adapted receiver to work with a simple generated name
2024-04-28 23:55:55 +02:00
6fd67f5f4e
shuttle: performed last needed changes to support build for shuttle deployment
2024-04-26 17:53:50 +02:00
11531b7d50
project: first attempt of reimplemantation of caesar with websockets
2024-04-26 13:03:52 +02:00
08c4610043
sender: receiver: server: add basic direct file transfer
2024-04-21 15:13:55 +02:00
518e9416b7
caesar: cleaned up unneeded files and added better project structure
2024-04-19 17:17:34 +02:00