hpsaturn / Influx-Arduino

Simple library for writing to InfluxDB from an Arduino device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Influx-Arduino

Simple library for writing to InfluxDB from an Arduino device

For more details on how this came about, see this Medium post.

This has been tested with an ESP32: any board should work as long as it has an HTTPClient library and an encryption library (e.g mbed TLS) to go with it.

There is now another branch which should work when an ATCWINC1500 WiFi module is used (see the branch readme for more info). I'm currently working out how to merge the two as the WiFiClient classes are quite different.

About

Simple library for writing to InfluxDB from an Arduino device

License:MIT License


Languages

Language:C++ 88.6%Language:Python 11.4%