Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions #22

Open
Devocub opened this issue Feb 21, 2023 · 3 comments
Open

Suggestions #22

Devocub opened this issue Feb 21, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Devocub
Copy link

Devocub commented Feb 21, 2023

Very cool project!

I have few features suggestions:

  • Console which shows what program tries to do and why it isn't working.
  • Multithreaded filetransfer - I reached only half of my upload speed (reciver side was fast). I guess this might be related to how ISP limit internet speed. Upload speed grows from 0 to over max upload speed, then falls down to zero and it repeats.
  • Continue file transfer if internet connection was lost.
  • Screenshare, audio share. Take a look at https://github.com/adamyordan/laplace | https://laplace.adamjordan.id . Has few issues but they originate from webrtc design. I can describe them in details if you are up to this functionality.
@mat-sz
Copy link
Owner

mat-sz commented Feb 23, 2023

Hey, @Devocub. Thank you for your suggestions!

Console which shows what program tries to do and why it isn't working.

That tends to slow down the application, I would recommend just running filedrop locally if you'd like to know more.

Multithreaded filetransfer - I reached only half of my upload speed (reciver side was fast). I guess this might be related to how ISP limit internet speed. Upload speed grows from 0 to over max upload speed, then falls down to zero and it repeats.

Was thinking of a good way to handle this, I've noticed the same issue, especially with small files.

Continue file transfer if internet connection was lost.

Same as above, I was unable to find a good solution to this issue.

Screenshare, audio share.

I believe that this is out of scope for this project. I have another similar project I'm working on where this would be integrated though. Stay tuned! :)

@mat-sz mat-sz self-assigned this Feb 23, 2023
@mat-sz mat-sz added the enhancement New feature or request label Feb 23, 2023
@mat-sz
Copy link
Owner

mat-sz commented Aug 14, 2023

@Devocub

Update:

Continue file transfer if internet connection was lost.

The recent refactor of the entire codebase will allow me to add that; so should be available soon-ish.

@tilllt
Copy link

tilllt commented Jan 14, 2024

Hey,

Multithreaded filetransfer - I reached only half of my upload speed (reciver side was fast). I guess this might be related to how ISP limit internet speed. Upload speed grows from 0 to over max upload speed, then falls down to zero and it repeats.

Was thinking of a good way to handle this, I've noticed the same issue, especially with small files.

Continue file transfer if internet connection was lost.

Same as above, I was unable to find a good solution to this issue.

as a suggestion: take a look at

https://tus.io/

and

https://uppy.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants