File: control

package info (click to toggle)
mbpoll 1.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 352 kB
  • sloc: ansic: 2,409; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: mbpoll
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: cmake,
	debhelper-compat (= 12),
	go-md2man,
	libmodbus-dev,
	pkg-config,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/epsilonrt/mbpoll
Vcs-Git: https://salsa.debian.org/science-team/mbpoll.git
Vcs-Browser: https://salsa.debian.org/science-team/mbpoll

Package: mbpoll
Architecture: any
Depends: ${shlibs:Depends},
	${misc:Depends},
Description: command line utility to communicate with ModBus slave (RTU or TCP)
 mbpoll uses libmodbus (http://libmodbus.org/).  
 Although the syntax of these options is very close modpoll proconX program,
 it is a completely independent project.
 .
 mbpoll can:
 .
  - read discrete inputs
  - read and write binary outputs (coil)
  - read input registers
  - read and write output registers (holding register)
 .
 The reading and writing registers may be in decimal, hexadecimal or 
 floating single precision.