-
Notifications
You must be signed in to change notification settings - Fork 92
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
Comments
Thanks, your words are encouraging! I'm currently in an Android job, so
Android as a hobby has taken a backseat. I can try to help with file
sharing integration, it's something I too wanted to make :)
|
@yleyvag this library receives in bytes. so you can convert files into bytes and share. |
@ravirajjak what if want to share 1 GB file? I'm sure that converting into bytes may cause crashes and wasting of resources. |
If we need to load the entire file into the memory, that doesn't make
sense... I hadn't developed for the file transfer use case, might need to
explore more to figure out a smart solution. If you guys are already
working with file transfer, maybe you can point me to the right direction
|
@yleyvag then transfer it in chunks |
@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
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.
The text was updated successfully, but these errors were encountered: