You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
605 B
11 lines
605 B
5 years ago
|
name=Ethernet
|
||
|
version=2.0.0
|
||
|
author=Various (see AUTHORS file for details)
|
||
|
maintainer=Paul Stoffregen <paul@pjrc.com>, Arduino <info@arduino.cc>
|
||
|
sentence=Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.
|
||
|
paragraph=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.
|
||
|
category=Communication
|
||
|
url=http://www.arduino.cc/en/Reference/Ethernet
|
||
|
architectures=*
|
||
|
includes=Ethernet.h
|