Skip to content

Instantly share code, notes, and snippets.

@famasya
Last active July 1, 2016 22:52
Show Gist options
  • Save famasya/d47df9ca408af83495d7b1da99839303 to your computer and use it in GitHub Desktop.
Save famasya/d47df9ca408af83495d7b1da99839303 to your computer and use it in GitHub Desktop.
Discover intel galileo address
void setup(){
system("telnetd -l /bin/sh");
}
void loop(){
system("ifconfig > /dev/ttyGS0 > 2>&1");
sleep(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment