pymodbus 1.2.0+git20151013-1 source package in Ubuntu

Changelog

pymodbus (1.2.0+git20151013-1) unstable; urgency=low

  * Use latest git from upstream.
  * Don't install ez_setup.py.
  * Fixed Vcs fields.
  * Closes: #783612, thanks to Andreas Beckmann!
    (syntax error, already closed in previous version)

 -- W. Martin Borgert <email address hidden>  Tue, 13 Oct 2015 20:41:48 +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
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pymodbus_1.2.0+git20151013-1.dsc 2.1 KiB 21100d721dd31fffea552aa696043232e96aa1694586f5e663244316ee7fadd8
pymodbus_1.2.0+git20151013.orig.tar.gz 489.8 KiB f06de06c68f75ec5b3662519b17eb09dfcb0f93e53de4dfa8d287d22ec727f56
pymodbus_1.2.0+git20151013-1.debian.tar.xz 4.2 KiB 3d76e3b36e9c3ca92fb244d2305ba8c647414e2dedc0f17bc2d80ec444556912

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.