Skip to content

Simple daemon that exposes named pipes as ZeroMQ PUB topics

Notifications You must be signed in to change notification settings

mkoppanen/zerolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zerolog - Exposes named pipes as pubsub topics

This software is a proof-of-concept for a network logging daemon. It allows 
to expose local fifos on the system as PUB-SUB endpoints. 

Clients can 'listen' different pipes by subscribing to relevant topics, 
for example :

ZMQ_SUBSCRIBE, "/tmp/mydaemon.log|"

zerolog itself takes the following options:

 -b Bind the socket (for example: tcp://*:5656)
 -p Fifo to listen to
 -d Scan directory for fifos

Both options can be specified multiple times:

./zerolog -p /tmp/test.pipe -p /tmp/daemon.log -b tcp://*:5656

TODO:

 - Files (?)


About

Simple daemon that exposes named pipes as ZeroMQ PUB topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published