Search code examples
arduinoembedded-linuxarduino-idearduino-yun

Arduino Yun - how it's detected over the wifi


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


Solution

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