File: control

package info (click to toggle)
python-discovery30303 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 336 kB
  • sloc: python: 218; makefile: 15; javascript: 8
file content (49 lines) | stat: -rw-r--r-- 1,735 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: python-discovery30303
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
Build-Depends-Indep:
 python3-myst-parser <!nodoc>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.3
Homepage: https://github.com/bdraco/discovery30303
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-discovery30303
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-discovery30303.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-discovery30303
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: discover devices responding on TCP port 30303
 This Python library discovers devices on the local network that respond on
 TCP port 30303. It probes hosts on the network and identifies those that
 expose a service on this port, allowing applications to locate compatible
 devices automatically.
 .
 The library is intended for use by software that needs to find hardware
 providing services on port 30303 before interacting with it for status
 queries or control operations.
 .
 It is commonly used to locate Steamist digital steam shower controllers,
 such as the 450 and 550 Digital Control models, which expose a network
 interface on this port.
 .
 The package provides discovery only and does not implement control of the
 devices themselves.