https://github.com/kampi/particle-mqtt
MQTT client implementation for TCP supporting devices (i. e. Argon, Photon) from Particle IoT.
https://github.com/kampi/particle-mqtt
cpp mqtt particle-argon particle-iot particle-swarm-optimization spark
Last synced: over 1 year ago
JSON representation
MQTT client implementation for TCP supporting devices (i. e. Argon, Photon) from Particle IoT.
- Host: GitHub
- URL: https://github.com/kampi/particle-mqtt
- Owner: Kampi
- License: gpl-3.0
- Created: 2020-06-10T18:00:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T21:11:43.000Z (about 6 years ago)
- Last Synced: 2025-03-10T16:53:40.265Z (over 1 year ago)
- Topics: cpp, mqtt, particle-argon, particle-iot, particle-swarm-optimization, spark
- Language: C++
- Homepage: https://www.kampis-elektroecke.de
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.txt
- License: LICENSE
Awesome Lists containing this project
README
# Particle-MQTT
## Table of Contents
- [Particle-MQTT](#particle-mqtt)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Examples](#examples)
- [History](#history)
- [License](#license)
- [Maintainer](#maintainer)
## About
MQTT client implementation for TCP supporting devices (i. e. [Argon](https://store.particle.io/products/argon), [Photon](https://store.particle.io/products/photon)) from [Particle](https://www.particle.io/).
## Examples
The library comes with some example sketches. See File > Examples for all examples.

## History
| **Version** | **Description** | **Date** |
|:------------:|:------------------------------------------:|:-----------:|
| 1.0 | First release | 10.06.2020 |
## License
This code is released under the GPL License.
## Maintainer
- [Daniel Kampert](mailto:DanielKampert@kampis-elektroecke.de)