-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# flute-cli | ||
|
||
Simple command line app based on examples of [Flute](https://github.com/ypo/flute) library. | ||
|
||
Does not support multicast or setting advanced parameters like FEC for now. | ||
|
||
There are pre-built releases for some platforms. | ||
|
||
## Example | ||
|
||
``` | ||
$ mkdir -p qqq | ||
$ RUST_LOG=info flutecli recv 127.0.0.1:1234 qqq/ | ||
[INFO flute_cli] Create FLUTE, write objects to "qqq/" | ||
... (meanwhile `flutecli send 127.0.0.1:1234 Cargo.toml`) | ||
[INFO flute::receiver::multireceiver] Create FLUTE Receiver ReceiverEndpoint { endpoint: UDPEndpoint { source_address: None, destination_group_address: "127.0.0.1", port: 1234 }, tsi: 1 } | ||
[INFO flute::receiver::receiver] TSI=1 Attach FDT id 1 | ||
[INFO flute::receiver::writer::objectwriterfs] Create destination "qqq/" "Cargo.toml" "qqq/Cargo.toml" | ||
File Some("qqq/Cargo.toml") is completed ! | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters