This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
library.json
35 lines (35 loc) · 1.73 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Ethernet_Generic",
"version": "2.8.1",
"keywords": "WebServer, Ethernet, SPI2, Teensy, SAMD, STM32, SAM DUE, nRF52, ESP32, ESP8266, rpi-pico, rp2040, W5x00, W5500, W5100s, W6100, LAN, Wiznet, WIZ550io, WIZ850io, USR-ES1",
"description": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S, W6100. With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI and with fix of severe limitation to permit sending much larger data than total 2/4/8/16K buffer",
"authors": [
{
"name": "Various",
"url": "https://github.com/khoih-prog/Ethernet_Generic/blob/main/AUTHORS"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/Ethernet_Generic"
},
"homepage": "https://github.com/khoih-prog/Ethernet_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["Ethernet_Generic.h", "Ethernet_Generic.hpp"]
}