Utility to emulate many birboxes
Go to file
Pünkösd Marcell 1b3d8f657a Added readme 2022-01-31 23:17:39 +01:00
.gitignore Initial commit 2021-12-12 18:22:13 +01:00
README.md Added readme 2022-01-31 23:17:39 +01:00
main.py added stderr 2021-12-12 19:02:23 +01:00

README.md

Not enough devices!

Simple utility to emulate many Birbox devices (or any software basically).

The script launches many instance of the iot-logic but with differenct configurations.

If an instance crashes then it's automatically restarted.

Usage:

python3 main.py [executable path] [number of devices to emulate]

The executable path is a wrapper script that takes the device id as their only parameter.

The execution can be stopped with CTRL-C.

The output of every instance is stored individually in the ned_logs directory. They are appended, so you need to delete them manually.