From dfff6b355370f5417d5c94ba58da4cff633b092e Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 28 Sep 2010 23:31:31 +0200 Subject: [PATCH] Rename README to README.rst --- README | 43 ------------------------------------------- README.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 README create mode 100644 README.rst diff --git a/README b/README deleted file mode 100644 index 8f2b488..0000000 --- a/README +++ /dev/null @@ -1,43 +0,0 @@ -======================== - A groovy modbus library -======================== - -Overview --------- - -libmodbus is a free software library to send/receive data with a -device which respects the Modbus protocol. This library can use a -serial port or an Ethernet connection. - -The functions included in the library have been derived from the -Modicon Modbus Protocol Reference Guide which can be obtained from -Schneider at www.schneiderautomation.com. - -The license of libmodbus is LGPL v3 and the licence of programs in tests -directory is GPL v3. - -The official website is http://www.libmodbus.org. - -The library is written in C and designed to run on Linux, Mac OS X, FreeBSD and -QNX (UNIX-like OS). - -Installation ------------- - -The shell commands are ``./autogen.sh; ./configure; make; make install``. - -Testing -------- - -Some tests are provided in the ``tests`` directory, you can -freely edit the source code to fit your needs (it's Free Sofware :). - -See ``tests/README`` for a description of each program. - -Report a Bug ------------- - -To report a bug, you can: - * send an email to stephane.raimbault@gmail.com - * or fill a bug report on the issue tracker - http://github.com/stephane/libmodbus/issues diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..4799803 --- /dev/null +++ b/README.rst @@ -0,0 +1,43 @@ +========================= + A groovy modbus library +========================= + +Overview +-------- + +libmodbus is a free software library to send/receive data with a +device which respects the Modbus protocol. This library can use a +serial port or an Ethernet connection. + +The functions included in the library have been derived from the +Modicon Modbus Protocol Reference Guide which can be obtained from +Schneider at www.schneiderautomation.com. + +The license of libmodbus is LGPL v3 and the licence of programs in tests +directory is GPL v3. + +The official website is http://www.libmodbus.org. + +The library is written in C and designed to run on Linux, Mac OS X, FreeBSD and +QNX (UNIX-like OS). + +Installation +------------ + +The shell commands are ``./autogen.sh; ./configure; make; make install``. + +Testing +------- + +Some tests are provided in the ``tests`` directory, you can +freely edit the source code to fit your needs (it's Free Sofware :). + +See ``tests/README`` for a description of each program. + +Report a Bug +------------ + +To report a bug, you can: + * send an email to stephane.raimbault@gmail.com + * or fill a bug report on the issue tracker + http://github.com/stephane/libmodbus/issues -- libgit2 0.21.4