summaryrefslogtreecommitdiff
path: root/examples/chrony.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chrony.in.json')
-rw-r--r--examples/chrony.in.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/chrony.in.json b/examples/chrony.in.json
new file mode 100644
index 00000000..360ceecd
--- /dev/null
+++ b/examples/chrony.in.json
@@ -0,0 +1,16 @@
+{
+ "sources" : [
+ {
+ "name" : "gps nmea plugin",
+ "path" : "@PLUGIN_INSTALL_PATH@/gpsnmea.so",
+ "device" : "/dev/ttyUSB0",
+ "baudrate" : "4800"
+ }
+ ],
+ "sinks": [
+ {
+ "path" : "@PLUGIN_INSTALL_PATH@/chrony.so"
+ }
+ ]
+}
+