Thanks to visit codestin.com
Credit goes to github.com

Skip to content

karta0807913/p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2p

send file in local area network, use udp broadcast, http download

Install

go get github.com/karta0807913/p2p

Usage

usage: p2p [-h|--help] -c|--code "<value>" [-o|--output_path "<value>"]
           [-s|--share_path "<value>"]

           A Simple Local Network Tool

Arguments:

  -h  --help         Print help information
  -c  --code         file code
  -o  --output_path  path for storage. Default: ./output
  -s  --share_path   which file want to share. Default:

Example

Sender

$ p2p -c foo -s ./shared_file

Receiver

$ p2p -c foo -o ./save_path

About

send file in local area network, use udp broadcast, http download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages