W5100_Ethernet (community library)

Summary

Name Value
Name W5100_Ethernet
Version 1.1.5
Installs 896
License GNU
Author Various (see AUTHORS file for details)
Maintainer Arduino info@arduino.cc
URL http://www.arduino.cc/en/Reference/Ethernet
Repository https://github.com/albertoteloko/W5100-Ethernet
Download .tar.gz
All Versions 1.1.5, 1.1.4, 1.1.3, 1.1.2

Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield. Ported from arduino. 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.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved. = Ethernet Library for Particle =

You can connect to any W5100 arduino shield compatible. With the Arduino Ethernet Shield, this library allows an Arduino board to connect to the internet.

In order to select SPI port and CS pin:

#include <utility/w5100.h>

W5100.spi(SPI1, D5);

For more information about this library please visit us at http://www.arduino.cc/en/Reference/Ethernet

== License ==

Copyright (c) 2010 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Browse Library Files