- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I have a .txt file saved in my SD card in Intel Galileo Gen 2 and I want to send this file over wifi to my PC. How can I do it?
My bot and PC are connected to the same server.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Are you asking about a programmatic way or from console?
Fernando.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
programmatic way
I am planning to write a python code for it and run it through an arduino sketch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
From python: connect to some server and send it, nothing special since you are running in a standard Linux python process (i.e. it is about how you use/program python code).
Fernando.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I installed ftp into my node.js modules and connect to an account on my router specifically for sharing the terabyte drive that is attached to it. I can update Galileo and also save files all from within my node.js HTTP server. I started an account at npm for this purpose --- there are a lot of very interesting modules available there and you can install them from the Linux terminal. I use SSH over wireless -- my Galileo has no physical connection to my development machine -- it is a very nice change from being tethered to USB or FTDI.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page