支持myframe框架进行进程间/机器间通信组件
# 下载/构建/安装依赖库
cmake -S 3rd -B build_3rd -DCMAKE_INSTALL_PREFIX=output
cmake --build build_3rd -j --config Release
# 构建安装
cmake -S . -B build_proj -DCMAKE_INSTALL_PREFIX=output -DCMAKE_PREFIX_PATH=output
cmake --build build_proj -j --config Release --target install# for unix like
source myframe_setup.sh
python3 /path/to/example_node_3a.py
python3 /path/to/example_node_3b.py