Skip to content

Documentation request for upload over the network #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jantje opened this issue May 12, 2018 · 1 comment
Open

Documentation request for upload over the network #980

jantje opened this issue May 12, 2018 · 1 comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project

Comments

@jantje
Copy link

jantje commented May 12, 2018

https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
does not specify how the upload over the network should be implemented. I'm willing to add this info but I fail to understand the implementation sufficiently to feel comfortable to document

For instance avr patform.txt states
tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA tools.avrdude.upload.network_pattern="{network_cmd}" -address {serial.port} -port {upload.network.port} -sketch "{build.path}/{build.project_name}.hex" -upload {upload.network.endpoint_upload} -sync {upload.network.endpoint_sync} -reset {upload.network.endpoint_reset} -sync_exp {upload.network.sync_return}

Do I have to see this like the Automatic property override for specific OS; if present and network is used for upload, overrule default by this value? If so why is it not .network at the end of the key?
I feel there is also a need to document why we use "_" as separator for network and not the normal ".".

Thanks
jantje

@jantje jantje changed the title Documentation requestfor upload over the network Documentation request for upload over the network May 12, 2018
@facchinm
Copy link
Member

Hi @jantje ,
the network_cmd (for non ssh network uploads) was introduced with the Yun shield and only documented through examples (our fault).
I believe that https://github.com/esp8266/Arduino friends could help in writing this entry since they are using it extensively.

@jantje jantje closed this as completed May 27, 2018
@per1234 per1234 reopened this Mar 26, 2019
@per1234 per1234 transferred this issue from arduino/Arduino Sep 25, 2020
@per1234 per1234 added the topic: documentation Related to documentation for the project label Sep 25, 2020
@per1234 per1234 reopened this Mar 30, 2021
@fstasi fstasi removed the type: bug label Sep 16, 2021
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

5 participants