Aaron Fischer
f24858d162
This step seems bold, but is saves us so much hassle. Even better, we have a reliable codebase, with all the dependencies (and their versions) we need in order to build the project. If a library got an update, we can replace it inplace if the code is still compatible.
9 lines
521 B
INI
9 lines
521 B
INI
name=WiFi
|
|
version=1.2.7
|
|
author=Arduino
|
|
maintainer=Arduino <info@arduino.cc>
|
|
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield.
|
|
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
|
|
category=Communication
|
|
url=http://www.arduino.cc/en/Reference/WiFi
|
|
architectures=*
|