pymodbus 0.9.0+r175-1 source package in Ubuntu

Changelog

pymodbus (0.9.0+r175-1) unstable; urgency=low

  * Update from trunk to get a number of upstream fixes.
  * Removed examples/tools/ (not present in previous version
    anyway) from source because there are different licenses
    involved. Needs clarification.
  * Dont't install unit tests.
  * Debian patches not necessary anymore.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  07 Nov 2011 10:04:56 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pymodbus_0.9.0+r175.orig.tar.gz 645.1 KiB 1ab2752391cf69426974a92f7b93319caa41bdc3cdda460ea3d3b448715921de
pymodbus_0.9.0+r175-1.debian.tar.gz 2.6 KiB 9aa8419f251fdb353397f7173ba666c1a90ec3f7dcbed97314692ddc8260bbca
pymodbus_0.9.0+r175-1.dsc 1.4 KiB d14bd2a556dce5cc3aada63adb8d603deb0867d39b1d4c63ba8f7b48c22ed794

Available diffs

View changes file

Binary packages built by this source

python-pymodbus: full Modbus protocol implementation

 Pymodbus is a full Modbus protocol implementation.
 It is currently supports the following :
 .
 Client Features:
  * Can perform single get/set on discrete and registers
  * Can perform multiple get/set on discrete and registers
  * Working on diagnostic/file/pipe/setting/info requests
  * Can fully scrape a host to be cloned
 .
 Server Features:
  * Can function as a fully implemented TCP/ASCII modbus server
  * Full server control context
  * Working on serial communication
  * Working on functioning as a RTU
  * Can mimic a server based on the supplied input data
 .
 For asynchronous communication, you need python-twisted-core.
 For serial communication, you need python-serial.