MBTools file List. Release 15. 21-May-2010
==========================================


Modbus Tools
============

==========================================================================

MBAsyncServer
=============
File List:

mbasyncserver.py	- This is the main server application.

mbprotocols directory	- This contains the Modbus/TCP protocol library.


==========================================================================

MBPoll
======
File List:

pollmb.py			- This is an application to poll Modbus/TCP servers
				via the command line.
pollws.py			- This is an application to poll Modbus REST 
				servers via the command line.

mbpollcommon.py			- This is a common file for pollmb and pollws. It 
				contains help messages and command line parsing code.

mbprotocols directory	- This contains the Modbus/TCP protocol library.


==========================================================================

MBProbe:
========

mbprobe.sh		- This is a shell script to start the system.
mbprobe.py		- This is the main application program file.

*.py			- Various application program files.

demoserver.sh		- This starts up a Modbus/TCP server for demo purposes.


In the clientpages directory:

help.html		- This is the help system web page.

setparams.html		- This is the web page used to set connection parameters.

readdata.html		- This web page is used to read data.

writedata.html		- This web page is used to write data.

systembackground.png	- Web page background.
systemicon.png		- Web page icon.
systemlogo.png		- Web page graphic.
systempagelayout.css	- CSS styles for web pages.


If desired, the web pages can be customised for your own applications.

==========================================================================


SBus Tools
==========

==========================================================================

SBusServer
==========
File List:

sbusserver.py	- This is the main server application.

mbprotocols directory	- This contains the SBus protocol library.

==========================================================================

SBPoll
======
File List:

sbpoll.py			- This is an application to poll SAIA Ether SBus 
				servers via the command line.

sbpollcommon.py			- This contains help messages and command line 
				parsing code.

mbprotocols directory	- This contains the SBus protocol library.


==========================================================================

SBProbe:
========

sbprobe.sh		- This is a shell script to start the system.
sbprobe.py		- This is the main application program file.

*.py			- Various application program files.

demoserver.sh		- This starts up an SBus server for demo purposes.


In the clientpages directory:

help.html		- This is the help system web page.

setparams.html		- This is the web page used to set connection parameters.

readdata.html		- This web page is used to read data.

writedata.html		- This web page is used to write data.

systembackground.png	- Web page background.
systemicon.png		- Web page icon.
systemlogo.png		- Web page graphic.
systempagelayout.css	- CSS styles for web pages.


If desired, the web pages can be customised for your own applications.

==========================================================================


