Skip to content
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

Create page on transferring/running code #271

Open
WasabiFan opened this issue Oct 8, 2016 · 2 comments
Open

Create page on transferring/running code #271

WasabiFan opened this issue Oct 8, 2016 · 2 comments

Comments

@WasabiFan
Copy link
Member

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
Copy link
Member

bmegli commented Oct 8, 2016

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

  • FileZilla or similiar GUI app
  • scp/pscp for doing it from command line
  • sftp/psftp for handy transfer of multiple files interactively from the command line
  • filesharing

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:

  • from Brickman
  • ssh/plink

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

@WasabiFan
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants