AberdeenRSS / AberdeenRSS/FlightComputer

Add an event system

Abierto
#15 0 comentarios 0 reacciones 0 asignados Ver en GitHub
architectural
Lenguaje dominante
Python
Estrellas
0
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Currently we have two main concepts for the parts in the FlightComputer software:

- Measurements (output only, continuous data uniform data)
- Commands (directed at a specific listener, sporadic, heavy weight in terms of data overhead and acknowledgments)

It seems to be useful to deifne a 3rd category:
- Events

These could be emitted by parts to advertise certain things happening. i.e. the FlightDirector could announce "Parachute Deployment".

These events could be useful to track the rocket operations (i.e. know what happened when) but also as a publish/subscribe approach to perform actions on other parts. This could be similar to MQTT or ROS publish subscribe patterns where each event is emitted to a topic that others can listen on. The topics should probably be strongly typed

We could also invesitgate if we should move measurements over to work similarly

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.