1

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

Mostafa Khattab
  • 554
  • 6
  • 18

1 Answers1

1

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

swmcdonnell
  • 1,381
  • 9
  • 22