AllenNeuralDynamics / AllenNeuralDynamics/clabe

Make ZMQ interface for message protocol

Ouverte
#171 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
0
Forks
0
Merge moyen
3 h 27 min
PR mergées (30 j)
3

Description

- [ ] 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
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.