summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-04-22 09:09:26 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-04-22 09:09:26 +0200
commitce9c9228832d6040f2dad1d2d37c37f75a864dae (patch)
treebd58a17733d080d75fe4d740ae6f8239912cee99
parent0425111d4a9b6957461946a7e7cdf0a9e5616fd5 (diff)
Add showcase configuration
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--tedge/example-showcase.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/tedge/example-showcase.toml b/tedge/example-showcase.toml
new file mode 100644
index 00000000..4f262607
--- /dev/null
+++ b/tedge/example-showcase.toml
@@ -0,0 +1,37 @@
+communication_buffer_size = 10
+
+plugin_shutdown_timeout_ms = 10000
+
+[plugins]
+
+
+[plugins.plugmqtt]
+kind = "mqtt"
+
+[plugins.plugmqtt.configuration]
+host = "tcp://localhost:1883"
+target = "moneo"
+
+[[plugins.plugmqtt.configuration.subscriptions]]
+topic = "foodebetzma/suitevdevice/0000/80/X80/Timecounter/cds"
+qos = "at_most_once"
+
+
+
+
+[plugins.moneo]
+kind = "moneo_mapper"
+
+[plugins.moneo.configuration]
+target = "az"
+
+
+
+[plugins.az]
+kind = "azure_bridge"
+
+[plugins.az.configuration]
+access_key = "vC5ogEGdD1q4KUug8CI1XfNXXFak/xx0HFpi0LuAPsM="
+hubname = "thin-edge-evaluation.azure-devices.net"
+device_id = "flutters-01"
+