mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-22 22:32:27 +00:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
```sh
|
|
user@host:/git$ ./openmtc-open-source/doc/training/start-app.sh
|
|
[1] onem2m-ipe-sensors-final.py
|
|
[2] onem2m-ipe-sensors-actuators-final.py
|
|
[3] onem2m-gui-sensors-final.py
|
|
[4] onem2m-gui-sensors-actuators-final.py
|
|
Choose the app to start: 1
|
|
PYTHONPATH: :/git/openmtc-open-source/doc/../futile/src:/git/openmtc-open-source/doc/../common/openmtc/lib:/git/openmtc-open-source/doc/../common/openmtc-onem2m/src:/git/openmtc-open-source/doc/../common/openmtc/src:/git/openmtc-open-source/doc/../serializers/*/src:/git/openmtc-open-source/doc/../openmtc-app/src
|
|
initializing sensor: Humi-1
|
|
Humi-1: {'type': 'humidity', 'unit': 'percentage', 'value': 33}
|
|
initializing sensor: Humi-2
|
|
Humi-2: {'type': 'humidity', 'unit': 'percentage', 'value': 49}
|
|
initializing sensor: Temp-2
|
|
Temp-2: {'type': 'temperature', 'unit': 'degreeC', 'value': 31}
|
|
initializing sensor: Temp-1
|
|
Temp-1: {'type': 'temperature', 'unit': 'degreeC', 'value': 14}
|
|
Temp-2: {'type': 'temperature', 'unit': 'degreeC', 'value': 13}
|
|
Temp-1: {'type': 'temperature', 'unit': 'degreeC', 'value': 11}
|
|
Temp-1: {'type': 'temperature', 'unit': 'degreeC', 'value': 28}
|
|
Humi-2: {'type': 'humidity', 'unit': 'percentage', 'value': 55}
|
|
Temp-1: {'type': 'temperature', 'unit': 'degreeC', 'value': 25}
|
|
Humi-1: {'type': 'humidity', 'unit': 'percentage', 'value': 66}
|
|
Humi-2: {'type': 'humidity', 'unit': 'percentage', 'value': 60}
|
|
Humi-1: {'type': 'humidity', 'unit': 'percentage', 'value': 34}
|
|
```
|