https://github.com/arjunkomath/go-drop
Toy AirDrop in Go
https://github.com/arjunkomath/go-drop
airdrop clone file-sharing go network
Last synced: 10 months ago
JSON representation
Toy AirDrop in Go
- Host: GitHub
- URL: https://github.com/arjunkomath/go-drop
- Owner: arjunkomath
- License: mit
- Created: 2024-04-28T13:04:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T13:10:17.000Z (about 2 years ago)
- Last Synced: 2025-03-02T18:39:53.907Z (over 1 year ago)
- Topics: airdrop, clone, file-sharing, go, network
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drop
Toy AirDrop in Go
# Install
You can find compiled binaries in [releases](https://github.com/arjunkomath/go-drop/releases).
# Usage
To send a file, run:
```
./drop send [some-file]
```
To receive a file, run:
```
./drop receive
```