-
Notifications
You must be signed in to change notification settings - Fork 1
My modifications to the Arduino Ethernet lib
License
ablakely/Ethernet-ablakely
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
These are my modifications to the Ethernet library for Arduino.
Modifications:
* client.getRemoteIP(uint8_t sock, uint8_t *ip); - This allows you to get the clients IP address. (FINALLY!)
* client.getRemoteIP(unit8_t *ip);
* client.getSocket(); - This allows you to export your sockets from the EthernetClient class. (use Client(socket) to import)
To Install:
Just replace the Ethernet/ folder in $arduinodir/libraries/Ethernet/ with the one in this folder.
If you have any changes to your $arduinodir/libraries/Ethernet/ just merge the two, I so far have only modifyed:
* Ethernet/utility/w5100.cpp
* Ethernet/utiliyy/w5100.h
* Ethernet/EthernetClient.cpp
* Ethernet/EthernetClient.h
License:
The code is under GPL unless specified otherwise (usually in the comments of the code).
Contact:
I may be reached by email: aaron-at-ephasic.org or on IRC: irc://irc.alphachat.net:6667/#ephasic
About
My modifications to the Arduino Ethernet lib
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published