# ipcapi **Repository Path**: wexiangis/ipcapi ## Basic Information - **Project Name**: ipcapi - **Description**: nanomsg/ZeroMQ test - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build ```shell # use zmq make zmq make IPCSELECT=zmq # use nanomsg make nanomsg make IPCSELECT=nanomsg ``` # run ```shell ./out ```