Files
django-ram/daemons/simulator
Daniele Viganò 6cf3ad03cc Net-to-serial broadcast messages to all clients and other cleanups (#20)
* Cleanup and maintenance

* Net-to-serial broadcast messages to all clients

This will make all clients to stay in sync with any operation
occurring, like when having multiple JMRI instances

* Update README and python version in containers
2023-03-06 18:25:34 +01:00
..
2022-01-03 22:14:11 +01:00
2022-05-20 21:16:11 +02:00
2022-01-03 22:14:11 +01:00

AVR Simulator

qemu-system-avr tries to use all the CPU cicles (leaving a CPU core stuck at 100%; limit CPU core usage to 10% via --cpus 0.1. It can be adjusted on slower machines.

$ podman build -t dcc/net-to-serial:sim . 
$ podman run --init --cpus 0.1 -d -p 2560:2560 dcc/net-to-serial:sim