Arduino Due libraries (official and 3rd party)

Roving Networks RN-XV library.

Basically this is the one from GitHub - harlequin-tech/WiFlyHQ: WiFly RN-XV Arduino Library but modified to work with Arduino Due is at:

https://bitbucket.org/thiseldo/wiflyhqdue

Changes are to remove PSTR and PROGMEM use and to change to hardware serial instead of softserial.

Examples updated.

There may still be issues with this as not fully tested in all situations, but basic client and server actions seem to work.

Full credit to the original authors, Harlequin-tech for their library.

Thanks

Andy