| Crates.io | xdevs_utils |
| lib.rs | xdevs_utils |
| version | 0.1.0 |
| created_at | 2025-09-19 10:44:13.767819+00 |
| updated_at | 2025-09-19 10:44:13.767819+00 |
| description | Utility extensions for the xDEVS simulator. |
| homepage | |
| repository | https://github.com/iscar-ucm/xdevs.rs |
| max_upload_size | |
| id | 1846270 |
| size | 69,414 |
xDEVS.rs SimulatorThis crate contains a bunch of useful utilities to use in combination with the xDEVS simulator.
It allows you to parse a DEVS model described using the DEVS Model Tree (DMT) notation. This is useful for other utilities to automatically adapt to different models.
You must enable the dmt feature if you want to use this utility.
This allows you to easily connect to an MQTT broker to send/receive events during a RT simulation. This is quite useful when developing Hardware-in-the-Loop (HIL) simulation or Digital Twins (DTs).
You must enable the mqtt feature if you want to use this utility.