You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
982 B
94 lines
982 B
= Redis -> services redisserver
|
|
|
|
|
|
|
|
|
|
== start datacollector
|
|
|
|
****
|
|
TIP: Start poc-datacollector
|
|
|
|
video::650056224[vimeo]
|
|
****
|
|
|
|
== stop datacollector
|
|
|
|
****
|
|
TIP: Stop poc-datacollector
|
|
|
|
video::650388472[vimeo]
|
|
****
|
|
|
|
== Open Web interface webclient
|
|
|
|
****
|
|
TIP: Start poc-datacollector
|
|
|
|
video::650056224[vimeo, start=48]
|
|
****
|
|
|
|
|
|
== usage dummy_service
|
|
|
|
WARNING: Change to project root directory
|
|
|
|
=== List devices
|
|
|
|
* Open a terminal and Run:
|
|
|
|
[source.bash]
|
|
----
|
|
./tools/poc-dummy-ls
|
|
----
|
|
|
|
=== Add device
|
|
|
|
* Open a terminal and Run:
|
|
|
|
[source.bash]
|
|
----
|
|
./tools/poc-dummy-create device-name
|
|
----
|
|
|
|
=== Remove device
|
|
|
|
* Open a terminal and Run:
|
|
|
|
[source.bash]
|
|
----
|
|
./tools/poc-dummy-rm device-name
|
|
----
|
|
|
|
=== Send data from device
|
|
|
|
* Open a terminal and Run:
|
|
|
|
[source.bash]
|
|
----
|
|
./tools/poc-dummy-send device-name "data test"
|
|
----
|
|
|
|
TIP: Always use double quotes around data
|
|
|
|
=== Device history
|
|
|
|
* Open a terminal and Run:
|
|
|
|
[source.bash]
|
|
----
|
|
./tools/poc-dummy-log device-name
|
|
----
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|