package documentation

Protocols Plugin Package.

This package contains plugins for protocols implementations for communication with the CSE. Each supported protocol is implemented as a sub-package or module that provides the necessary interfaces and functionality for protocol-specific interactions.

This includes implementations for standard oneM2M protocols such as:

  • HTTP
  • MQTT
  • CoAP
  • WebSocket
Module CoAPServer CoAP Server binding to the ACME CSE.
Package http Additional HTTP context bindings for ACME CSE.
Module HttpServer This module provides the HTTP server for the CSE.
Module MQTTClient Implementation of an MQTT Client for an MQTT Mcx binding implementation.
Module WebSocketServer Implementation of a WebSocket Server for a WebSocket Mcx binding implementation.