PPPoSclient/library.json

16 lines
509 B
JSON
Raw Permalink Normal View History

2021-08-18 13:21:08 +02:00
{
"name": "PPPOSClient",
"keywords": "gsm, sim800, internet, ppp, iot, mqtt",
"description": "A client library for gsm ppp protocol. This library can be used to make GET and POST requests and to connect mqtt with PubSubClient. It supports ESP32.",
"repository": {
"type": "git",
"url": "https://github.com/levkovigor/ppposclient.git"
},
"version": "1.0",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"espressif32"
]
}