Engineering · 2023
SimpleRPC Container Simulation
A distributed client-server pressure container simulation in C# using SimpleRPC: thread-safe state, RPC communication, dynamic resets.
A C# distributed system simulation where multiple clients act on a shared pressurized container via SimpleRPC calls. Implements thread-safe state mutations, structured logging through NLog, and dynamic reset logic when the simulation hits failure bounds.