公告板
版本库
filestore
活动
搜索
登录
hicSDK
/
nvrServer
C++版本的nvr Server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
finished bipc
wangzhengquan
2020-06-16
27a32410481fc10e789315b3a1dab88a33020270
[hicSDK/nvrServer.git]
/
bipc
/
test_pullpush.sh
1
2
3
4
./test_pullpush node0 ipc:///tmp/test_pullpush.ipc & node0=$! && sleep 1
./test_pullpush node1 ipc:///tmp/test_pullpush.ipc "Hello, World!"
./test_pullpush node1 ipc:///tmp/test_pullpush.ipc "Goodbye."
kill $node0