Skip to content

Silly utility to send file peer-to-peer with UDP

Notifications You must be signed in to change notification settings

stefanlight8/tine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tine

repository top language repository size repository stars

Silly utility to send file peer-to-peer with UDP.

Installation

Not available yet. Anyway it's not working at the moment.

But if you are purposeful and want to help...

Manual

  • You need Rust installed on your machine.
  • Run tine:
    • cargo run <mode> <args>
    • cargo build for binary
      • /target/debug/tine
      • --release: /target/release/tine

Usage

Note

Tine is currently not working on local networks.

  • tine send <file_path> to send data.
  • tine get to get data.

After running the command you will get your peer id and input field to input the other peer id.

Issues

Feel free to submit an issue if you encounter any bugs, or even make a pull request. Just make sure to refer to the #Contributing guidelines before doing so.

Contributing

Not available.

About

Silly utility to send file peer-to-peer with UDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages