Rust
Side Projects:
Project 1. Tactical Microgrid Prototype in Rust
This is an MVP prototype Tactical Microgrid Standard (TMS) app written in Rust.
It sits on top of an Object Management Group (OMG) , Data Distribution Service (DDS) open source library implemented in pure Rust (no C or C++)
MVP in this case means:
- It consists of 3 TMS objects
- A TMS-enabled Device, such as a Generator (genset)
- A TMS-enabled Dashboard
- A TMS Heartbeat
- The Device publishes Heartbeats to a pub/sub DDS system
- The Dashboard subscribes to and echoes those Heartbeats
- This proves that a pure Rust TMS microgrid can be implemented