fdobrovolny/esp-freertos-coremqtt-agent

0.0.1-alpha.1

pre-release
uploaded 5 months ago
CoreMQTT Agent for ESP-IDF

readme

# esp-freertos-coremqtt-agent
FreeRTOS CoreMQTT Agent library ported as ESP-IDF component.

Port of the [FreeRTOS CoreMQTT Agent library](https://www.freertos.org/mqtt-agent/index.html) to ESP-IDF as a component.
This port is based on the [FreeRTOS AWS IOT libraries port](https://github.com/espressif/esp-aws-iot/tree/master)

## How to use

### Add as a component

Add the component to your project components directory:

```bash
git clone --recursive https://github.com/fdobrovolny/esp-freertos-coremqtt-agent.git
```

Follow the official FreeRTOS CoreMQTT Agent library [documentation](https://www.freertos.org/mqtt-agent/index.html) to use the library.

## Examples

You can find examples in the official [FreeRTOS coreMQTT-Agent-Demos](https://github.com/FreeRTOS/coreMQTT-Agent-Demos/tree/main) repository.

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "fdobrovolny/esp-freertos-coremqtt-agent^0.0.1-alpha.1"

or download archive

Dependencies

  • espressif/esp-freertos-coremqtt >=0.0.1
  • ESP-IDF >=4.3
  • Stats

    • Downloaded in total
      Downloaded in total 2 times
    • Downloaded this version
      This version: 2 times

    Badge

    fdobrovolny/esp-freertos-coremqtt-agent version: 0.0.1-alpha.1
    |