Skip to content

Instantly share code, notes, and snippets.

@yoggy
Created December 3, 2013 12:03
Show Gist options
  • Save yoggy/7768064 to your computer and use it in GitHub Desktop.
Save yoggy/7768064 to your computer and use it in GitHub Desktop.
get my global ip address for processing.
void setup() {
String ipaddr = loadStrings("http://checkip.amazonaws.com")[0];
println(ipaddr);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment