Port details on branch 2024Q1 |
- qt6-coap Qt6 CoAP client module
- 6.6.2 net =0 6.6.2Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2024-02-16 21:15:08
- Last Update: 2024-02-16 21:12:37
- Commit Hash: ffda294
- License: LGPL21
- WWW:
- https://www.qt.io/
- Description:
- Constrained Application Protocol (CoAP) is an IoT protocol that is
specifically designed for M2M data exchange between constrained devices
(such as microcontrollers) in constrained networks.
The interaction model of CoAP is similar to the client/server model of
HTTP, but unlike HTTP, it uses datagram-oriented connectionless transport
such as UDP, which leads to a very low overhead and allows UDP broadcast
and multicast to be used for addressing. At the same time it provides
lightweight reliability mechanisms and security.
Qt CoAP implements the client side of CoAP. By default, the transport
layer uses QUdpSocket and QDtls for security. Alternative transports can
be used by implementing the QCoapConnection interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/qt6-coap/ && make install clean
- To add the package, run one of these commands:
- pkg install net/qt6-coap
- pkg install qt6-coap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qt6-coap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707970202
SHA256 (KDE/Qt/6.6.2/qt-qtcoap-v6.6.2_GH0.tar.gz) = 636dbcfb01d94d2b6aa9c1ef255b0d6c9488c9b786b6056bdca49c530aab2b6e
SIZE (KDE/Qt/6.6.2/qt-qtcoap-v6.6.2_GH0.tar.gz) = 183072
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_qt6-coap
- USES:
- cmake compiler:c++17-lang qt-dist:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|