Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barafael/msg-repeater
https://github.com/barafael/msg-repeater
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barafael/msg-repeater
- Owner: barafael
- License: apache-2.0
- Created: 2023-01-11T18:18:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T18:36:21.000Z (about 1 year ago)
- Last Synced: 2023-10-04T07:13:57.781Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Message Repeating TCP Server
Super-simple server that keeps repeating a message with a specified period.
## Tokio variant
Build with `cargo b --features async-spawning` for the tokio-based variant.
## Running it
`cargo r [--features async-spawning] -- raw 32 33 34 a`
In another shell:
`telnet localhost 8080`
See `cargo r -- --help` for CLI args.