good first issue
仓库指标
- 星标
- (165 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
🚀 Feature
Sensor & Device integration is an important part to help accelerate researchers development. This integration on Network Sockets will allow new devices to be automatically usable in LabGraph. Network socket here refers to python socket module: https://docs.python.org/3/library/socket.html . A stretch goal is to also support Boost.Asio, https://www.boost.org/doc/libs/1_76_0/doc/html/boost_asio.html
Additional context
- Create relevant files using the example from https://github.com/facebookresearch/labgraph/tree/main/labgraph/zmq_node
- The code should be added at folder is https://github.com/facebookresearch/labgraph/tree/main/devices/protocols/
- Create setup.py and README.md, where example can be found at: https://github.com/facebookresearch/labgraph/tree/main/extensions/labgraph_viz
- Add github action support, reference: https://github.com/facebookresearch/labgraph/actions/workflows/main.yml
- Add proper license header, example.