Move python device emulator to separate repo

This commit is contained in:
2026-02-11 13:03:40 +01:00
commit fe6f540d8b
2 changed files with 230 additions and 0 deletions

2
readme.md Normal file
View File

@@ -0,0 +1,2 @@
# Python Device Emulator
This is a device emulator that simulates a device with two actors and two sensors. It interacts via MQTT with the lambdaiot-core backend. paho library is required for MQTT connectivity.