-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlibrary.json
More file actions
16 lines (16 loc) · 957 Bytes
/
library.json
File metadata and controls
16 lines (16 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "ESP_SSLClient",
"version": "3.1.3",
"keywords": "TLS, SSL, SecureClient, communication, HTTPS, REST, MQTT, ESP32, ESP8266, RP2040, memory-efficient",
"description": "A versatile and memory-optimized library providing Secure Layer Networking (SSL/TLS) TCP Client functionality. It is designed to work across a wide range of Arduino architectures (ESP32, ESP8266, RP2040, Teensy, SAMD, etc.) by wrapping standard network interfaces like WiFiClient and EthernetClient. Features include protocol upgrade (plain TCP to TLS), session caching, and memory-saving build modes.",
"repository": {
"type": "git",
"url": "https://github.com/mobizt/ESP_SSLClient.git"
},
"authors": [{
"name": "Mobizt",
"email": "k_suwatchai@hotmail.com"
}],
"frameworks": "arduino",
"platforms": "atmelavr, espressif32, espressif8266, atmelsam, ststm32, teensy, rp2040, renesas-ra, intel_arc32, titiva, nordicnrf52, nxplpc"
}