Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scristobal/udp-tcp-spmc
A simple (but performant) implementation of a single producer, multiple consumer over UDP and/or TCP
https://github.com/scristobal/udp-tcp-spmc
Last synced: about 5 hours ago
JSON representation
A simple (but performant) implementation of a single producer, multiple consumer over UDP and/or TCP
- Host: GitHub
- URL: https://github.com/scristobal/udp-tcp-spmc
- Owner: scristobal
- Created: 2023-11-22T19:06:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T15:01:59.000Z (5 months ago)
- Last Synced: 2024-06-22T22:55:33.800Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP/UDP Single Producer, Multiple Consumers
This is a rather simple but performant implementation of a single producer, multiple consumer over UDP or TCP.
[![Continuous integration](https://github.com/scristobal/tcp-broadcast/actions/workflows/ci.yml/badge.svg)](https://github.com/scristobal/tcp-broadcast/actions/workflows/ci.yml)
To get started, clone, build and run the binary with `-h` or no option at all.
Tested and build with `rustc 1.77.0-nightly (fb5ed726f 2023-12-28)`