Skip to content
Prasad Talasila edited this page Oct 31, 2025 · 3 revisions

Welcome to the simulation-bridge wiki!

Feature Roadmap

  1. The agents and simulation bridge are RabbitMQ / MQTT clients. The brokers of these protocols routinely save messages until they are delivered to at least one client. Thus we are left with old, useless simulation requests sent by inactive clients reaching the broker / agent. These requests are no longer valid. It is best to throw away all the old requests. How to do this reliably is a question. It could be based on timestamps but they are not completely reliable.
  2. Have a flow control mechanism at agents and the bridge. Otherwise, requests pile up. Perhaps having a FIFO queue of small size (say 2 to 5) should make the situation manageable

Clone this wiki locally