]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
epics_mqtt_bridge: README added
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Wed, 31 May 2017 09:47:58 +0000 (11:47 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Wed, 31 May 2017 09:47:58 +0000 (11:47 +0200)
epics_mqtt_bridge/README.md [new file with mode: 0644]

diff --git a/epics_mqtt_bridge/README.md b/epics_mqtt_bridge/README.md
new file mode 100644 (file)
index 0000000..a10b17c
--- /dev/null
@@ -0,0 +1,20 @@
+
+### EPICS MQTT Bridge
+
+This software is a bridge from EPICS → MQTT.
+
+It is in the form of a Python package and installs a command line tool, too.
+
+#### Installation
+
+    pip install epics_mqtt_bridge
+
+#### Running the bridge
+
+To start the bridge, create a configuration file and then run:
+
+    epics_mqtt_bridge -c ./your_configuration.ini
+
+The command line argument --help shows all available options and exits.
+
+Stop with `[Ctrl]-[c]`.