WiFly Ethernet library

Hi… I’m interested in configuring my WiFly to use the WiFly library…

I downloaded the libraries and example from https://github.com/jaycollett/WiFly-Shi … /src/WiFly

Is this the latest build?

I can get the WiFly_WebClient example to work, but not the WiFly_WebClient_Faster one - the method, WiFly.configure does not seem to exist…

I want the arduino set-up to be portable and have it work in different wireless networks, how can I have it join without doing a recompile?

Seems to me that hardcoding the ssid and passphrase prevent me from easily picking up the unit and moving from one wireless zone to another…

Is there any solution to this or are my assumptions wrong?

Finally, the library does not specify any parameters about what auth type I wish to use, e.g., WPA2 - do I need to specify one?

Hi… I’m working through the WiFly library and need to suppress the CLOS message that gets appended to each return from the wifly module…

Any ideas what to change? Has someone already figured out how to do this?