/comms_all_protocols

Bundles all the protocols that are using COMMS library from comms_champion project into a single project

Primary LanguageCMake

Overview

This is a "bundle" project. It builds comms_champion and any other projects that implement different communication protocols and depend on it.

The included communication protocols are:

  • UBLOX - UBX binary protocol used by u-blox GPS receivers to transmit GPS data.
  • MQTT - machine-to-machine (M2M)/"Internet of Things" connectivity protocol.
  • MQTT-SN - MQTT for Sensor Networks.
  • Simple-Binary-Encoding - OSI layer 6 presentation for encoding and decoding binary application messages.