add arch graph and extend README
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-06-03 15:11:47 +02:00
parent 7ee77c73bc
commit f8b48f3485
3 changed files with 263 additions and 0 deletions

View File

@ -26,3 +26,7 @@ simulation replies with any other application.
The simulator was designed in a modular way to be scalable and adaptable to other communication
schemes. This might allow it to serve a mini-simulator for other example applications which
still have similar device handlers.
The following graph shows the high-level architecture of the mini-simulator.
<img src="images/minisim-arch.png" alt="Mini simulator architecture" width="500" class="center"/>