Port details on branch 2025Q1 |
- qt6-coap Qt6 CoAP client module
- 6.8.2 net
=0 6.8.2Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2025-02-02 08:42:07
- Last Update: 2025-02-02 08:34:09
- Commit Hash: 873f38c
- 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 = 1738340269
SHA256 (KDE/Qt/6.8.2/qt-qtcoap-v6.8.2_GH0.tar.gz) = a2ee0f288f973364ec4b91a08f08a2c0705cb00bd77578b43aa0807cb614ef49
SIZE (KDE/Qt/6.8.2/qt-qtcoap-v6.8.2_GH0.tar.gz) = 186187
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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:
|