1
votes

I wonder how the arduino IDE recognizes the ip address of the arduinoYun board over wifi/ethernet. So that I can implement it myself over mobile application.

Thanks

1
Have you tried sniffing the network to see exchanged packets ? It can help you detecting the protocol usedbviale
Thanks, I'll try, but i think it will be hard to do that. I think there's some sort of protocol for recognizing that !!!Mostafa Khattab
Yes it will be hard but I don't have any other lead in mind, sorrybviale
You can certainly find more info here: arduino.stackexchange.comÔrel

1 Answers

1
votes

The Yun uses Bonjour services (port 5353) for auto-discovery on a wireless network. For more information, look here.