mirror of https://github.com/arendst/Tasmota.git
add lib info files
This commit is contained in:
parent
9487ff605d
commit
ce064906fd
|
@ -6,4 +6,4 @@ sentence=A client library for MQTT messaging.
|
|||
paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.
|
||||
category=Communication
|
||||
url=http://pubsubclient.knolleary.net
|
||||
architectures=*
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -4,4 +4,4 @@ author=Ivan Grokhotkov, Stephan Hadinger
|
|||
maintainer=Stephan <stephan.hadinger@gmail.com>
|
||||
sentence=UdpListener optimized for static and limite memory allocation, to reduce memory footprint of receiving SSDP request, as a replacement for WifiUdp.
|
||||
paragraph=This class only handles receiving UDP Multicast packets. For sending packets, use WifiUdp.
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -5,4 +5,4 @@ maintainer=Arun <arun@siara.cc>, Stephan <stephan.hadinger@gmail.com>
|
|||
sentence=Unishox compression for Tasmota Rules
|
||||
paragraph=It is based on Unishox hybrid encoding technique. This version has specific Unicode code removed for size.
|
||||
url=https://github.com/siara-cc/Unishox
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -5,4 +5,4 @@ maintainer=Stephan <stephan.hadinger@gmail.com>
|
|||
sentence=Lightweight in-place JSON parser
|
||||
paragraph=
|
||||
url=https://github.com/zserge/jsmn
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"SPI": "1.0"
|
||||
},
|
||||
"frameworks": "Arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"examples": [
|
||||
"examples/*/*.ino"
|
||||
]
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"version": "1.0",
|
||||
"homepage": "https://github.com/earlephilhower/ESP8266SAM",
|
||||
"frameworks": "Arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"examples": [
|
||||
"examples/*/*.ino"
|
||||
]
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"version": "2.6.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
"platforms": ["espressif8266", "espressif32"]
|
||||
}
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
"version": "2.3.2",
|
||||
"homepage": "https://www.pjrc.com/teensy/td_libs_OneWire.html",
|
||||
"frameworks": "Arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"examples": [
|
||||
"examples/*/*.pde"
|
||||
]
|
||||
|
|
|
@ -8,8 +8,5 @@
|
|||
"url": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms":
|
||||
[
|
||||
"*"
|
||||
]
|
||||
"platforms": ["espressif8266", "espressif32"]
|
||||
}
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
"url": "http://hallard.me"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
"platforms": ["espressif8266", "espressif32"]
|
||||
}
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@ sentence=A library that makes working with ultrasonic sensors easy.
|
|||
paragraph=When I first received an ultrasonic sensor I was not happy with how poorly it performed. I soon realized the problem was not the sensor, it was the available ping and ultrasonic libraries causing the problem. The NewPing library totally fixes these problems, adds many new features, and breathes new life into these very affordable distance sensors.
|
||||
category=Sensors
|
||||
url=https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home
|
||||
architectures=avr,arm,esp8266
|
||||
architectures=*
|
||||
includes=NewPing.h
|
||||
|
|
|
@ -6,5 +6,5 @@ sentence=ESP8266 library for KNX/IP communication.
|
|||
paragraph=Build your own IoT devices with KNX/IP connectivity!
|
||||
category=Communication
|
||||
url=https://github.com/envy/esp-knx-ip
|
||||
architectures=esp8266
|
||||
architectures=*
|
||||
includes=esp-knx-ip.h
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"name": "I2Cdevlib-Core",
|
||||
"name": "I2Cdevlib-Core",
|
||||
"repository": {
|
||||
"url": "https://github.com/jrowberg/i2cdevlib.git",
|
||||
"url": "https://github.com/jrowberg/i2cdevlib.git",
|
||||
"type": "git"
|
||||
},
|
||||
},
|
||||
"platforms": [
|
||||
"*"
|
||||
],
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
],
|
||||
"version": "6744ce0ac4",
|
||||
],
|
||||
"version": "6744ce0ac4",
|
||||
"export": {
|
||||
"include": "Arduino/I2Cdev"
|
||||
},
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"maintainer": false,
|
||||
"name": "Jeff Rowberg",
|
||||
"url": "https://github.com/jrowberg",
|
||||
"maintainer": false,
|
||||
"name": "Jeff Rowberg",
|
||||
"url": "https://github.com/jrowberg",
|
||||
"email": "jeff@rowberg.net"
|
||||
}
|
||||
],
|
||||
],
|
||||
"keywords": [
|
||||
"i2cdevlib",
|
||||
"i2cdevlib",
|
||||
"i2c"
|
||||
],
|
||||
"id": 11,
|
||||
],
|
||||
"id": 11,
|
||||
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices."
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@ sentence=C++ Class Implementing Keeloq cipher by Microchip.com.
|
|||
paragraph=Developed/Tested on Arduino/ESP8266 with Arduino IDE Environment.
|
||||
category=Uncategorized
|
||||
url=http://none.net
|
||||
architectures=*
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "cc1101",
|
||||
"keywords": "rf, esp8266",
|
||||
"description": "cc1101 library",
|
||||
"version": "1.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif8266"
|
||||
}
|
|
@ -6,4 +6,4 @@ sentence=.
|
|||
paragraph=
|
||||
category=
|
||||
url=
|
||||
architectures=esp8266,esp32
|
||||
architectures=esp8266
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "M5 Stack Core2 library",
|
||||
"keywords": "esp32, sensor, mqtt, m2m, iot",
|
||||
"description": "M5 Stack Core2 library",
|
||||
"version": "1.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -6,4 +6,4 @@ sentence=Allows Tasmota to use Core2
|
|||
paragraph=Allows Tasmota to Core2 for esp32
|
||||
category=ESP32
|
||||
url=
|
||||
architectures=*
|
||||
architectures=esp32
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "ESP32 Ethernet",
|
||||
"keywords": "esp32, ethernet, communication",
|
||||
"description": "Ethernet Library for ESP32",
|
||||
"version": "1.1.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -1,17 +1,9 @@
|
|||
name=ESP32 Ethernet
|
||||
|
||||
version=1.1.0
|
||||
|
||||
author=Espressif
|
||||
|
||||
maintainer=Espressif
|
||||
|
||||
sentence=Ethernet Library for ESP32
|
||||
|
||||
paragraph=This library allows ESP32 to use ethernet hardware
|
||||
|
||||
paragraph=This library allows ESP32 to use ethernet hardware
|
||||
category=Communication
|
||||
|
||||
url=
|
||||
|
||||
architectures=esp32
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "ESP32 Mail Client",
|
||||
"keywords": "esp32, mail, communication",
|
||||
"description": "Mail Client Arduino Library for ESP32",
|
||||
"version": "2.1.4",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -1,17 +1,9 @@
|
|||
name=ESP32 Mail Client
|
||||
|
||||
version=2.1.4
|
||||
|
||||
author=Mobizt
|
||||
|
||||
maintainer=Mobizt <k_suwatchai@hotmail.com.com>
|
||||
|
||||
sentence=Mail Client Arduino Library for ESP32
|
||||
|
||||
paragraph=This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.
|
||||
|
||||
category=Communication
|
||||
|
||||
url=https://github.com/mobizt/ESP32-Mail-Client
|
||||
|
||||
architectures=esp32
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "ESP32-to-ESP8266-compat",
|
||||
"keywords": "esp32, esp8266",
|
||||
"description": "Allows Tasmota to compile for esp32",
|
||||
"version": "0.0.2",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -6,4 +6,4 @@ sentence=Allows Tasmota to compile for esp32
|
|||
paragraph=Allows Tasmota to compile for esp32
|
||||
category=ESP32
|
||||
url=
|
||||
architectures=*
|
||||
architectures=esp32
|
||||
|
|
|
@ -15,8 +15,5 @@
|
|||
"version": "1.0.5",
|
||||
"license": "LGPL-2.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
"build": {
|
||||
"libCompatMode": 2
|
||||
}
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "NimBLE-Arduino",
|
||||
"keywords": "esp32, bluetooth",
|
||||
"description": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE",
|
||||
"version": "1.0.2",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "Micro-RTSP",
|
||||
"keywords": "esp32, rtsp",
|
||||
"description": "Mikro RTSP server",
|
||||
"version": "0.1.6",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
|
@ -6,4 +6,4 @@ sentence=Mikro RTSP server for mikros
|
|||
paragraph=A small/efficient RTSP server for ESP32 and other micros
|
||||
category=Data Storage
|
||||
url=https://github.com/geeksville/Micro-RTSP.git
|
||||
architectures=*
|
||||
architectures=esp32
|
||||
|
|
Loading…
Reference in New Issue