pymodbus 1.2.0-2 source package in Ubuntu

Changelog

pymodbus (1.2.0-2) unstable; urgency=low


  [Jakub Wilk <email address hidden>  Sun, 05 May 2013 16:01:51 +0200]
  * Use canonical URIs for Vcs-* fields.
  [W. Martin Borgert <email address hidden>]
  * upload to unstable

 -- W. Martin Borgert <email address hidden>  Fri, 17 May 2013 16:21:29 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pymodbus_1.2.0-2.dsc 1.4 KiB b9df99e78d5e4e34c62911cb4b83ed72d2d5c5a3eec579dd2c2238d8da06b967
pymodbus_1.2.0.orig.tar.gz 73.4 KiB 4ac19df8ac4f79df9aaf95ebf3c92d6f2a753847559901d3d83790e4aacfa223
pymodbus_1.2.0-2.debian.tar.gz 3.0 KiB e541a2ce06243f9834e5c01bbc10695ff4b496f1ed2261740feb86766f9864dc

Available diffs

No changes file available.

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.
 .
 This package provides the Python 2.x module.