sethcurry/scmqtt

0.0.1

Latest
uploaded 2 days ago
A component for easily configuring MQTT

readme

# scmqtt

This is a basic component for configuring MQTT connections

You can set your MQTT server, username and password with `idf.py menuconfig` under the `MQTT settings` option.

From there, just import the header and call `mqtt_app_start()`.  E.g.:

```
#include "scmqtt.h"

void app_main(void)
{
	esp_mqtt_client_handle_t mqtt_client = mqtt_app_start();
}
```

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "sethcurry/scmqtt^0.0.1"

download archive

Stats

  • Archive size
    Archive size ~ 2.68 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

sethcurry/scmqtt version: 0.0.1
|