Sir now i connected the galileo to internet and even updated the firmware with the Ethernet so can you please tell me how to get ip address of it ...
i had cable problem which i solved by replacing it...
i used
void setup() {
// put your setup code here, to run once:
system(“telnetd –l /bin/sh”);
}
void loop() {
// put your main code here, to run repeatedly:
system(“ifconfig eth0 > /dev/ttyGS0”);
}
in sketch to get ip address but its not even getting compiled