This page explains how to use CoAP to send data to be processed by AirVantage:
Constrained Application Protocol (CoAP) is a software protocol used to let simple devices communicate interactively over the Internet, and is compatible with constrained networks (low-power, lossy…). It is aimed at small low power sensors, switches, valves and similar components that need to be controlled or supervised remotely, via the Internet.
CoAP provides mechanisms (retransmission, block transfer…) which are not provided by the transport layer (UDP)
It’s a RESTful protocol designed for IoT
It’s a binary protocol
Options: Binary HTTP-like headers