Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

javbit/piped

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piped

A pipe multiplexer inspired by plumber.

Features

Currently, piped is an m:n IPC mechanism that will send data from m publishers to all n subscribers.

Usage

Run piped as a daemon (e.g use systemd or background process)

To publish messages use pubmsg which reads messages on stdin. For example :

od < /dev/urandom | pubmsg

To subscribe to messages from all publishers use submsg which will output the messages on stdout:

submsg

TODO

  • More bandwidth tests
  • Make simpler
  • Make faster

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 55.4%
  • Nix 38.0%
  • Shell 6.6%