Hi, I’m new to Nerves and as a first project I was planning to create project where Zero is used as “smart” USB drive. Host would be storing video files on the drive and I would have some sort of file watcher on Nerves and it would react (upload to some cloud storage) when new files appears on the drive etc. And maybe running Phoenix web server for browsing files by connecting to Zero wifi.
Any pointers that could get me started on right track?
One thing: most Nerves systems do not include the Debian version of common command line utilities, and use BusyBox instead. For this reason, things like echo -n ... or ln do not work exactly like in Raspbian. Pay attention to that when porting the scripts in the article