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

File sharing #6

Open
yleyvag opened this issue Dec 20, 2017 · 6 comments
Open

File sharing #6

yleyvag opened this issue Dec 20, 2017 · 6 comments

Comments

@yleyvag
Copy link

yleyvag commented Dec 20, 2017

This library is awesome, I was stuck creating a P2P chat with no middle servers and any other softwares, it never worked with sockets, it was a huge problem, also I was using NSD for device discovery, it works really bad. This library save me, the discovery is very fast and the chat was easy to integrate on my app.
I would like to know if it stills on development, the last commit was on July so I'm not sure of what's gonna happen now. I have to add file sharing on my app so I need to know if we will have it on Near.

@adroitandroid
Copy link
Owner

adroitandroid commented Dec 20, 2017 via email

@ravirajjak
Copy link

@yleyvag this library receives in bytes. so you can convert files into bytes and share.

@yleyvag
Copy link
Author

yleyvag commented Feb 20, 2018

@ravirajjak what if want to share 1 GB file? I'm sure that converting into bytes may cause crashes and wasting of resources.

@adroitandroid
Copy link
Owner

adroitandroid commented Feb 21, 2018 via email

@ravirajjak
Copy link

@yleyvag then transfer it in chunks

@yleyvag
Copy link
Author

yleyvag commented Feb 21, 2018

@ravirajjak I don't think that could be a good solution for the problem.

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

No branches or pull requests

3 participants