Wenji I plan to set up several standalone Kasli systems. Can RabbitMQ or MQTT be implemented within ARTIQ kernels so that these standalone Kasli systems can communicate with each other through RabbitMQ or MQTT? Are there any example projects available? thanks, wenji
sb10q Yes it can but that would require some additional firmware work. Alternatively you can use the existing RPC mechanism with some additional Python software work.
sb10q MQTT is probably more interesting since it could then interface with other MCU-based Sinara devices e.g. Stabilizer, Pounder and probably Thermostat and Kirdy at some point.
Wenji Thanks Sebastien. Do you have any example codes for MQTT? I have several standalone ARTIQ/SINARA system running. I need to send commands to these standalone systems from a Linux server using either MQTT or RPC.