Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.21 KB

Particle Communication Library

This directory holds the firmware libraries used for the communication between Particle devices like the Argon/Boron/Tracker and the Particle Cloud service.

SECURITY OVERVIEW

The following applies to the UDP connection used by default on Gen3+ devices.

The initial handshaking process creates an encrypted session using DTLS over UDP (datagram TLS) on Gen 3+ devices. This assures that your data cannot be monitored or tampered with in transit. The Particle cloud connection uses the CoAP (constrained application protocol) over DTLS. All features like Publish, Subscribe, Particle Functions and Variables, and OTA firmware updates occur over a single CoAP connection.

VERSION HISTORY

Latest Version: v1.1.0

  • v1.1.0 - DTLS/UDP transport supported. docs