aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-12 23:25:19 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-12 23:25:19 +0000
commitd9e7690dc169c82d0011ca0a49f74e980f707b0b (patch)
tree3c3a9ffeb773a94e838d2c7f9d9e6e76374809cc /README
parent94dc9792a9f636771ea1388f395ca89a2d07c74b (diff)
downloadverteco-d9e7690dc169c82d0011ca0a49f74e980f707b0b.tar.gz
Add ftp upload function + add documentation.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 8627442..4815b3f 100644
--- a/README
+++ b/README
@@ -37,6 +37,8 @@ Required files:
--------------------
/sbin/modbuslog executable program
+/usr/bin/ftpupload ftp upload script
+/usr/bin/ftphelper ftp upload script helper
/etc/modbuslog.cfg configuration file
/var/modbuslog/ output directory where logs are stored
/var/modbuslog/interval/interval.txt textfile storing unique interval
@@ -57,6 +59,13 @@ device, These include:
5) stop_bits stop bits, commonly 1.
6) retry number of retries for each failed reading.
+The ftp section defines the parameters for the ftp upload function. The
+required parameters are:
+ 1) server address of remote ftp server
+ 2) username ftp username
+ 3) password ftp password
+ 4) directory directory on ftp server files will be uploaded to
+
The reading section defines the unique reading times that the program is
required to log at. Each entry must contain:
1) slaveid modbus slave id
added plugin_pop3 from Javi 2004-04-08[lcd4linux @ 2004-04-08 10:48:23 by reinelt]reinelt6-56/+272 finished plugin_exec modified thread handling added '%x' format to qprintf (hexadecimal) 2004-04-07[lcd4linux @ 2004-04-07 08:29:05 by hejl]hejl3-1/+645 New plugin for wireless info 2004-03-21[lcd4linux @ 2004-03-21 22:05:53 by reinelt]reinelt2-16/+19 MySQL plugin fixes from Javi 2004-03-20[lcd4linux @ 2004-03-20 23:09:01 by reinelt]reinelt2-71/+148 MySQL plugin fixes from Javi