Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T21:11:43.000Z (over 4 years ago)
- Last Synced: 2025-01-19T02:08:32.402Z (12 days 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: 2
- 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.
![Example](docs/img/Example.png)
## History
| **Version** | **Description** | **Date** |
|:------------:|:------------------------------------------:|:-----------:|
| 1.0 | First release | 10.06.2020 |## License
This code is released under the GPL License.
## Maintainer
- [Daniel Kampert](mailto:[email protected])