Skip to content

Grif-fin/ZMQ-PersistentBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMQ-PersistentBuffer

Functionality:

-PersistentBuffer executable supports ZMQ message passthrough with in bound TCP port on "tcp://127.0.0.1:4242" and out bound TCP port on "tcp://127.0.0.1:4343". -Caches messages upto maximum available memory on ram. -Caching to file (after memory buffer is exusted) is implemented but NOT glued in yet.

Compilers:

  • GCC 4.8

Dependencies:

  • zmq
  • zmqpp
  • boost_atomic
  • pthread

Passed Tests:

  • stream_generator has been used to test the memory caching, passthrough of items/sec and latency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published