add lib info files

This commit is contained in:
Jason2866 2021-02-12 09:43:23 +01:00
parent 9487ff605d
commit ce064906fd
28 changed files with 88 additions and 51 deletions

View File

@ -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. 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 category=Communication
url=http://pubsubclient.knolleary.net url=http://pubsubclient.knolleary.net
architectures=* architectures=esp8266,esp32

View File

@ -4,4 +4,4 @@ author=Ivan Grokhotkov, Stephan Hadinger
maintainer=Stephan <stephan.hadinger@gmail.com> 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. 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. paragraph=This class only handles receiving UDP Multicast packets. For sending packets, use WifiUdp.
architectures=esp8266 architectures=esp8266,esp32

View File

@ -5,4 +5,4 @@ maintainer=Arun <arun@siara.cc>, Stephan <stephan.hadinger@gmail.com>
sentence=Unishox compression for Tasmota Rules sentence=Unishox compression for Tasmota Rules
paragraph=It is based on Unishox hybrid encoding technique. This version has specific Unicode code removed for size. 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 url=https://github.com/siara-cc/Unishox
architectures=esp8266 architectures=esp8266,esp32

View File

@ -5,4 +5,4 @@ maintainer=Stephan <stephan.hadinger@gmail.com>
sentence=Lightweight in-place JSON parser sentence=Lightweight in-place JSON parser
paragraph= paragraph=
url=https://github.com/zserge/jsmn url=https://github.com/zserge/jsmn
architectures=esp8266 architectures=esp8266,esp32

View File

@ -20,6 +20,7 @@
"SPI": "1.0" "SPI": "1.0"
}, },
"frameworks": "Arduino", "frameworks": "Arduino",
"platforms": ["espressif8266", "espressif32"],
"examples": [ "examples": [
"examples/*/*.ino" "examples/*/*.ino"
] ]

View File

@ -17,6 +17,7 @@
"version": "1.0", "version": "1.0",
"homepage": "https://github.com/earlephilhower/ESP8266SAM", "homepage": "https://github.com/earlephilhower/ESP8266SAM",
"frameworks": "Arduino", "frameworks": "Arduino",
"platforms": ["espressif8266", "espressif32"],
"examples": [ "examples": [
"examples/*/*.ino" "examples/*/*.ino"
] ]

View File

@ -9,6 +9,6 @@
}, },
"version": "2.6.0", "version": "2.6.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "*" "platforms": ["espressif8266", "espressif32"]
} }

View File

@ -55,6 +55,7 @@
"version": "2.3.2", "version": "2.3.2",
"homepage": "https://www.pjrc.com/teensy/td_libs_OneWire.html", "homepage": "https://www.pjrc.com/teensy/td_libs_OneWire.html",
"frameworks": "Arduino", "frameworks": "Arduino",
"platforms": ["espressif8266", "espressif32"],
"examples": [ "examples": [
"examples/*/*.pde" "examples/*/*.pde"
] ]

View File

@ -8,8 +8,5 @@
"url": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git" "url": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git"
}, },
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "platforms": ["espressif8266", "espressif32"]
[
"*"
]
} }

View File

@ -14,6 +14,6 @@
"url": "http://hallard.me" "url": "http://hallard.me"
}, },
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "*" "platforms": ["espressif8266", "espressif32"]
} }

View File

@ -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. 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 category=Sensors
url=https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home url=https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home
architectures=avr,arm,esp8266 architectures=*
includes=NewPing.h includes=NewPing.h

View File

@ -6,5 +6,5 @@ sentence=ESP8266 library for KNX/IP communication.
paragraph=Build your own IoT devices with KNX/IP connectivity! paragraph=Build your own IoT devices with KNX/IP connectivity!
category=Communication category=Communication
url=https://github.com/envy/esp-knx-ip url=https://github.com/envy/esp-knx-ip
architectures=esp8266 architectures=*
includes=esp-knx-ip.h includes=esp-knx-ip.h

View File

@ -1,31 +1,31 @@
{ {
"name": "I2Cdevlib-Core", "name": "I2Cdevlib-Core",
"repository": { "repository": {
"url": "https://github.com/jrowberg/i2cdevlib.git", "url": "https://github.com/jrowberg/i2cdevlib.git",
"type": "git" "type": "git"
}, },
"platforms": [ "platforms": [
"*" "*"
], ],
"frameworks": [ "frameworks": [
"arduino" "arduino"
], ],
"version": "6744ce0ac4", "version": "6744ce0ac4",
"export": { "export": {
"include": "Arduino/I2Cdev" "include": "Arduino/I2Cdev"
}, },
"authors": [ "authors": [
{ {
"maintainer": false, "maintainer": false,
"name": "Jeff Rowberg", "name": "Jeff Rowberg",
"url": "https://github.com/jrowberg", "url": "https://github.com/jrowberg",
"email": "jeff@rowberg.net" "email": "jeff@rowberg.net"
} }
], ],
"keywords": [ "keywords": [
"i2cdevlib", "i2cdevlib",
"i2c" "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." "description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices."
} }

View File

@ -6,4 +6,4 @@ sentence=C++ Class Implementing Keeloq cipher by Microchip.com.
paragraph=Developed/Tested on Arduino/ESP8266 with Arduino IDE Environment. paragraph=Developed/Tested on Arduino/ESP8266 with Arduino IDE Environment.
category=Uncategorized category=Uncategorized
url=http://none.net url=http://none.net
architectures=* architectures=esp8266,esp32

View File

@ -0,0 +1,8 @@
{
"name": "cc1101",
"keywords": "rf, esp8266",
"description": "cc1101 library",
"version": "1.0",
"frameworks": "arduino",
"platforms": "espressif8266"
}

View File

@ -6,4 +6,4 @@ sentence=.
paragraph= paragraph=
category= category=
url= url=
architectures=esp8266,esp32 architectures=esp8266

View File

@ -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"
}

View File

@ -6,4 +6,4 @@ sentence=Allows Tasmota to use Core2
paragraph=Allows Tasmota to Core2 for esp32 paragraph=Allows Tasmota to Core2 for esp32
category=ESP32 category=ESP32
url= url=
architectures=* architectures=esp32

View File

@ -0,0 +1,8 @@
{
"name": "ESP32 Ethernet",
"keywords": "esp32, ethernet, communication",
"description": "Ethernet Library for ESP32",
"version": "1.1.0",
"frameworks": "arduino",
"platforms": "espressif32"
}

View File

@ -1,17 +1,9 @@
name=ESP32 Ethernet name=ESP32 Ethernet
version=1.1.0 version=1.1.0
author=Espressif author=Espressif
maintainer=Espressif maintainer=Espressif
sentence=Ethernet Library for ESP32 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 category=Communication
url= url=
architectures=esp32 architectures=esp32

View File

@ -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"
}

View File

@ -1,17 +1,9 @@
name=ESP32 Mail Client name=ESP32 Mail Client
version=2.1.4 version=2.1.4
author=Mobizt author=Mobizt
maintainer=Mobizt <k_suwatchai@hotmail.com.com> maintainer=Mobizt <k_suwatchai@hotmail.com.com>
sentence=Mail Client Arduino Library for ESP32 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. 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 category=Communication
url=https://github.com/mobizt/ESP32-Mail-Client url=https://github.com/mobizt/ESP32-Mail-Client
architectures=esp32 architectures=esp32

View File

@ -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"
}

View File

@ -6,4 +6,4 @@ sentence=Allows Tasmota to compile for esp32
paragraph=Allows Tasmota to compile for esp32 paragraph=Allows Tasmota to compile for esp32
category=ESP32 category=ESP32
url= url=
architectures=* architectures=esp32

View File

@ -15,8 +15,5 @@
"version": "1.0.5", "version": "1.0.5",
"license": "LGPL-2.0", "license": "LGPL-2.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "espressif32", "platforms": "espressif32"
"build": {
"libCompatMode": 2
}
} }

View File

@ -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"
}

View File

@ -0,0 +1,8 @@
{
"name": "Micro-RTSP",
"keywords": "esp32, rtsp",
"description": "Mikro RTSP server",
"version": "0.1.6",
"frameworks": "arduino",
"platforms": "espressif32"
}

View File

@ -6,4 +6,4 @@ sentence=Mikro RTSP server for mikros
paragraph=A small/efficient RTSP server for ESP32 and other micros paragraph=A small/efficient RTSP server for ESP32 and other micros
category=Data Storage category=Data Storage
url=https://github.com/geeksville/Micro-RTSP.git url=https://github.com/geeksville/Micro-RTSP.git
architectures=* architectures=esp32