1617
|
1
|
|
2 columns:
|
|
3 - watched topics, and one for 'nonmatching'
|
|
4
|
|
5 - incoming messages
|
|
6
|
|
7 - generic graph
|
|
8
|
|
9 - output graphs
|
|
10
|
|
11 - generated influx points
|
|
12
|
|
13
|
|
14 config:
|
|
15 - expand to generic graph, parsing json
|
|
16 - rules to make output graph, with some custom predicates
|
|
17 - influx as before
|
|
18 - buttonPress and statementLifetime as before, as conversions
|
|
19
|
|
20 https://www.w3.org/2000/10/swap/doc/Built-In.html#:~:text=%7B%20%20%20((%3Fx.-,tempInF,-%2232%22).math%3Adifference%20%220.5555
|
|
21
|
|
22 ----
|
|
23 inference
|
|
24
|
|
25 ~/.venvs/mqtt_to_rdf/bin/nosetests --with-cprof --logging-level=INFO inference_test
|
|
26 ~/.venvs/mqtt_to_rdf/bin/pyprof2calltree -i stats.dat -k
|
|
27 |