This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 665faca358 Add Support for websocket transport
This commit adds support for connecting via the websocket transport
protocol on both, client and server parts.
In addition, the standalone server implemention is more complete, allowing
to manage policies and server ports via command line arguments as well
as adding a command line client tool for subscribing to a broker and/or
publishing messages to it.
2022-06-03 14:59:07 +02:00

47 lines
1.2 KiB
Plaintext

Source: nymea-mqtt
Section: comm
Priority: optional
Maintainer: nymea GmbH <developer@nymea.io>
Build-Depends: debhelper,
libssl-dev,
libqt5websockets5-dev,
qtbase5-dev,
Standards-Version: 4.0.0
Homepage: http://nymea.io
Package: libnymea-mqtt
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: nymea-mqtt library
nymeas mqtt implementation for mqtt client and server development.
Package: libnymea-mqtt-dev
Section: devel
Architecture: any
Multi-Arch: same
Depends:
libnymea-mqtt (=${binary:Version}),
${misc:Depends},
Description: nymea-mqtt libaries - development files
nymeas mqtt implementation for mqtt client and server development.
This package contains related development files.
Package: nymea-mqtt-server
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: nymea-mqtt standalone server
nymeas mqtt implementation. This package contains a standalone mqtt server.
Package: nymea-mqtt-client
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: nymea-mqtt command line client
nymeas mqtt implementation. This package contains a command line mqtt client.