Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 594 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 594 Bytes

Miu

「ねぇ、新吾くん。蛇口が壊れた水道って、どうなるか知ってる?」

Dependencies

  • libzmq
  • libmsgpack
  • libboost_program_options

Installation

git clone [email protected]:yuijo/miu-core.git
cd miu-core
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
make install

Example

miu-hub

miu hub -F tcp://127.0.0.1:22200 -B tcp://127.0.0.1:22201

miu-cat

echo -n "hello miu" | miu cat -a tcp://127.0.0.1:22200 -t miu.cat -i 1

miu-tail

miu tail -a tcp://127.0.0.1:22201