I finally got around again to getting the WiShield running on the Maple - and I at least now have the red wifi connected led!
But when I enter the IP into a web browser I don't get any response...
I thought I would try to get my WiShield UDP project going anyways because I am much more familiar with it and my ultimate goal.
When compiling my UDP project, I have got rid of all the errors except for this one:
main.cpp:101: error: invalid use of incomplete type 'struct uip_udp_conn'
libraries/WiShield/uip.h:799: error: forward declaration of 'struct uip_udp_conn'
I have a tarball of the main.cpp and apps-conf.h that produces the error at (requires Perry's WiShield libmaple):
http://3dtopo.com/WiShield-UDP.tar.gz
Any suggestions would be appreciated.