I have been playing around with the DigiX wifi. It is all new to me, so I am trying to follow some online tutorials. Due to differences in the Arduino WiFi Library and the DigiFi Library, the approaches differ. I have mostly been able adjust the code for use with DigiFi, but I have a few questions before I start doing some more advanced Web Server stuff.
Does, or can you make, the DigiX wifi work with the Arduino WiFi libraries?
If not, if there plans to add more functionality to the DigiFi libraries?
What sparked these questions is I am working on some web server stuff that will require the DigiX to read the HTTP requests from the client, and the support for this in the DigiFi library seems limited. I have been able to read the entire requests sometimes, but it seems hit or miss. I am probably doing something wrong, but with the limited information on the DigiFi library, it is hard to debug.
Thanks in advance.