Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PREREQUISITE:

  • compiler that support c++0x features
  • zeromq libraries to link the executable (-l zmq)

TO COMPILE:

  • just type 'make' to call the Makefile

TO RUN:

  • just run persistent_buffer

NOTE:

  • RECEIVER (PULL) bind on: "tcp://*:4242"
  • SENDER (PUSH) bind on: "tcp://*:4343"