Hi,
I was using the Ethernet library from Arduinos core libraries to do some ethernet stuff (NTP synchronization, HTTP request, etc…)
But right now i want to use the HTTPclient from http://interactive-matter.eu/how-to/arduino-http-client-library/ Interactive Matter.
But in the last updates of this library, they started using the WiFly library as way to control the ethernet and wireless hardware of arduino.
In the WiFly library they say this, and i quote:
The goal with this library is to make it–as much as possible–a “drop in” replacement for the official Arduino Ethernet library.
http://forum.sparkfun.com/viewtopic.php?f=13&t=21846
http://forum.sparkfun.com/viewtopic.php?f=32&t=25216
i wanted to know, how should i proceed to substitute the actual Ethernet library for the Wifly library.
Is it transparent? What should i be expecting and what cares should i take?
Does anyone know?
Cheers