AllenNeuralDynamics / AllenNeuralDynamics/clabe

Make ZMQ interface for message protocol

Aperta
#171 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
0
Fork
0
Merge medio
3h 27m
PR unite (30g)
3

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.