From 6b037f1905913fcc452ebb9d7a7660f818705123 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Thu, 14 Feb 2019 23:05:34 +0100 Subject: [PATCH] Readme toegevoegd --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d33992 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# lmwsip +## Introduction + +lmwsip is a python library for the lmw sip protocol. + +## Library + +The lmwsip.py library contains the class LmwSip to connect to the +LMW meetnet using de SIP protocol. The library contains documentation +how to use it. + +## Tools +### lmwsip-test + +A small test program containing some functions to test the library. + +### siprun + +A prgram to run SIP command files. +See "siprun -h" for usage information. + +#### hoek-h10.sip + +A sample sip command file to request the waterlevel at hoek van holland +from the last hour + +## Username password + +All files contain "USER", "PASS". +These values should be replaced by real credentials. +Otherwise the connection fails.