AllenNeuralDynamics / AllenNeuralDynamics/clabe

Make ZMQ interface for message protocol

未关闭
#171 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
0
派生
0
平均合并
3 小时 27 分钟
30 天内合并 PR
3

描述

- [ ] This should use the Aind.Behavior.Services generic protocol
- [ ] Consider using rxpy
- [ ] Should be something that creates a generic client with an api like:
```python
from this_package import RegisteredProtocol
#RegisteredProtocol is a model with all registered messages for the interface
#It follows the base Message[TPayload] format provided from the Aind.Behavior.Services api

client = zmq_client_from_registered_protocol(RegisteredProtocol)
await client.send(RegisteredProtocol.StartMessage(args)) #this awaits the return for the StartMessage
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。