annotate service/mqtt_to_rdf/index.html @ 1644:9e7f571deedf

mqtt_to_rdf.py updates
author drewp@bigasterisk.com
date Fri, 17 Sep 2021 11:04:23 -0700
parents 9ca69f2be87b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1644
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
1 <!DOCTYPE html>
718
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
733
9ca69f2be87b more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
drewp@bigasterisk.com
parents: 732
diff changeset
4 <title>mqtt_to_rdf</title>
1644
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
5 <meta charset="utf-8" />
733
9ca69f2be87b more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
drewp@bigasterisk.com
parents: 732
diff changeset
6 <script type="module" src="./build/bundle.js"></script>
1644
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
7
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
8 <meta name="mobile-web-app-capable" content="yes" />
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
9 <meta name="viewport" content="width=device-width, initial-scale=1" />
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
10 <style>
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
11 html {
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
12 background: black;
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
13 }
9e7f571deedf mqtt_to_rdf.py updates
drewp@bigasterisk.com
parents: 733
diff changeset
14 </style>
718
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
15 </head>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
16 <body class="rdfBrowsePage">
733
9ca69f2be87b more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
drewp@bigasterisk.com
parents: 732
diff changeset
17 <mqtt-to-rdf-page></mqtt-to-rdf-page>
9ca69f2be87b more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
drewp@bigasterisk.com
parents: 732
diff changeset
18 <!-- <template id="t" is="dom-bind">
718
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
19 <streamed-graph url="mqtt/events" graph="{{graph}}"></streamed-graph>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
20 <div id="out"></div>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
21 <script type="module" src="/rdf/streamed_graph_view.js"></script>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
22 </template>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
23
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
24 <div class="served-resources">
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
25 <a href="stats/">/stats/</a>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
26 <a href="mqtt">/mqtt</a>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
27 <a href="mqtt/events">/mqtt/events</a>
733
9ca69f2be87b more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
drewp@bigasterisk.com
parents: 732
diff changeset
28 </div> -->
718
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
29 </body>
edc14422f128 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp@bigasterisk.com
parents:
diff changeset
30 </html>