arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.15k stars 7.01k forks source link

Ability to upload project to Arduino Yun in remote network #3002

Open kaage opened 9 years ago

kaage commented 9 years ago

Many of us needs a new feature to Arduino IDE for Yun to upload Arduino Sketch (and www folder) to our Yun in remote networks. Currently network upload is possible only in same subnet with local computer via automatic discovery using Bonjour.

We need bility to manually specify our Yun's IP-address in IDE and upload sketch and www folder to the IP-address specified.

mschlenker commented 9 years ago

I am also in need of this feature. We sometimes see networks where Avahi for service announcement does not work due to a very strict firewall configuration. So I would volunteer to implement it as a feature for Arduinos command line only, basically as a differentiation of the --port switch: if the port specified is a valid IP adress, Yún SSH upload is assumed and the "Yún" is added to the port list even if this Yún was not automatically detected.

Later someone else might take over and add a GUI entry to the network ports menu "Manually add IP adress" for GUI access of this feature