1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/qt6-coap/pkg-descr
Jason E. Hale 1d76bdf62d Qt6: Update to 6.6.0
Qt 6.6.0 is a feature release with focus on improving UX capabilities
including responsive UI technology and the Qt Graph module.

The Qt Coap module has been added as net/qt6-coap. [1]

PySide6 and PyQt6 have also been updated to 6.6.0.

Announcement: https://www.qt.io/blog/qt-6.6-released
Rel note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md

PR:		275068, 274911 [1]
MFH:		2023Q4
Exp-run by:	antoine
2023-11-23 12:43:42 -05:00

14 lines
728 B
Plaintext

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.