#include "redFlyClient.hpp" RedFlyClient client; byte ip[4]; void debugout(const char* fmt, ...) { RedFly.disable(); char buffer[100]; va_list args; va_start(args,fmt); vsprintf(buffer, fmt, args); Serial.write(buffer); va_end(args); RedFly.enable(); } int8_t extractIpAddress(char *sourceString, byte *ipAddress) { byte len=0; char buf[5]; byte cnt=0,cnt1=0,i; len=strlen(sourceString); for(i=0;i