Has anyone successfully transferred data to a component in the Analytics Dashboard over WiFi with their Edison and an Arduino sketch? It seems to me that the example sketches are still setup for a hardwired internet connection on the Galileo (use of the Ethernet.h library). I've set everything up and posted fake data through the Edison's command line but the Arduino sketches do nothing. I've set the IoTkit.h IP to both my external and internal IPs and still nothing comes through when trying the register or simple_example sketches included with the library.
Is this going to be a matter of re-writing the IoTkit.h library to work with the WiFi.h library, do I have the wrong external IP perhaps, or am I just missing something entirely?