Engineering · 2023

Distributed Container Simulation

Multi-client distributed simulation in C# using RabbitMQ. Clients adjust container mass under pressure; the system resets on implosion or explosion.

A message-driven take on the same pressure-container problem, this time using RabbitMQ as the transport. Demonstrates how decoupling clients via a message broker changes the failure modes and coordination patterns relative to direct RPC.