bigbro:
I'm having trouble with trying to read the NTP time with the library, could someone please point out what I'm doing wrong? I'm only getting the uptime, I'm not getting the NTP time.
This is because, unless you save the configuration after setting Time Enable to 1, it will not automatically update. Code was just added today to enable the "time" function, which updates the internal RTC: Added time() and sleep() functions by OrganicIrradiation · Pull Request #28 · harlequin-tech/WiFlyHQ · GitHub
Edit: So the way to update the RTC clock would be:
wifly.setTimeAddress("129.6.15.28");
wifly.setTimePort(123);
wifly.setTimezone(5);
wifly.setTimeEnable(5);
wifly.time();