ev3dev / ev3dev.github.io

pretty web page for ev3dev
http://www.ev3dev.org
47 stars 192 forks source link

Create page on transferring/running code #271

Open WasabiFan opened 8 years ago

WasabiFan commented 8 years ago

As a basic measure, I think we should have a page that explains how to copy code to the brick and run it in generic terms. Probably using FileZilla or another similar app. We should link to it from Getting Started, among other places.

bmegli commented 8 years ago

Or we could have a section in tutorials (or just options in one page) for various ways of doing it:

Doing it with scp may be important for automating some tasks(like post build in IDE) sftp is handy if you are working command line/to command line (host to EV3)

For running also:

Doing it from 'ssh/plink` may be again imortant for automating some tasks (like running the program from host directly from IDE).

WasabiFan commented 8 years ago

Yeah, that makes sense. I think we will need o start small with a simple GUI program, but we will definitely want to expand on that in the future.