Skip to content

Fast and simple peer to peer file sharing tool (WIP)

Notifications You must be signed in to change notification settings

diwasrimal/bullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullet

As the name, bullet is a simple and fast peer to peer file sharing tool written in Go.

Build

git clone github.com/diwasrimal/bullet.git
cd bullet
go build ./cmd/bullet-server
go build ./cmd/bullet

Run

Run the server

./bullet-server

Try send a file from one connection

$ ./bullet send large-video.webm
Use id MjeNToVd to share the file
Sent 849814137 bytes of data
$

And receive from other

$ ./bullet recv MjeNToVd > received.webm
$

About

Fast and simple peer to peer file sharing tool (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages