I wanted to use the TextFinder library with the Wifly library but it appears differences in how Wifly implements the Client class prevents this from working. At a glance one key difference is the current Ethernet library defines a Client as a Stream but the Wifly library defines it as Print. I haven’t had time to dive into the ramifications of this but thought it would be smarter to see if anyone has gotten these two libraries to work together? Or if you’ve taken a different approach (hacking TextFinder, hacking the Wifly lib, or rolling your own code).
I am also interested in seeing if anyone has already gone through the effort of getting the two libraries working.