~ubuntu-branches/ubuntu/saucy/pymodbus/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/sphinx/examples/wx-frontend.rst

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert, jwilk at debian, W. Martin Borgert
  • Date: 2013-05-17 16:21:29 UTC
  • mfrom: (5.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130517162129-7qs3ggxt1b2dfwys
Tags: 1.2.0-2
[Jakub Wilk <jwilk@debian.org>  Sun, 05 May 2013 16:01:51 +0200]
* Use canonical URIs for Vcs-* fields.
[W. Martin Borgert <debacle@debian.org>]
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==================================================
2
 
WX Frontend Example
3
 
==================================================
4
 
 
5
 
Main Program
6
 
--------------------------------------------------
7
 
 
8
 
This is an example simulator that is written using the python wx
9
 
bindings.  Although it currently does not have a frontend for
10
 
modifying the context values, it does allow one to expose N
11
 
virtual modbus devices to a network which is useful for testing
12
 
data center monitoring tools.
13
 
 
14
 
.. note:: The virtual networking code will only work on linux
15
 
 
16
 
.. literalinclude:: ../../../examples/gui/wx/simulator.py
17