https://github.com/zweifisch/radio
https://github.com/zweifisch/radio
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zweifisch/radio
- Owner: zweifisch
- License: gpl-3.0
- Created: 2023-08-30T13:46:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:30:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T22:55:09.345Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radio
send text file between nodes
1. receiver
```sh
$ radio > received.txt
Oyii
```
2. sender
```sh
radio Oyii < myfile.txt
```