scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Implement Functionality for Sending Files over the Peer Network #24

Open JavaHammes opened 2 months ago

JavaHammes commented 2 months ago

Our current peer-to-peer networking solution allows for basic messaging and communication but lacks the capability to transfer files between peers. Adding this functionality will enhance the utility of our network, enabling users to share documents, images, and other file types directly without relying on third-party services.

The goal of this issue is to design and implement a robust, efficient, and secure method for file transfer within our P2P network. This functionality should be seamlessly integrated into our existing architecture and should support various file types and sizes.

JavaHammes commented 2 months ago

This may not have to be in the low level peer logic, but can be implemented in the chat logic by encoding the file and then sending the raw byte code over the network.