Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)`