Turn any USB hard drive into a wireless file server using a Raspberry Pi. Connect the drive, join the Pi's hotspot, and download files from any device via a web interface.
Won 3rd prize at IIT Guwahati's Techniche (Tech Expo 2018).
You have 30GB of files to share with 60 people. Passing a pen drive around takes hours. Google Drive caps at 15GB. This device solves it — plug in a drive, and everyone downloads simultaneously over Wi-Fi.
- Raspberry Pi creates a Wi-Fi hotspot
- An OwnCloud instance runs on Apache2
- Any connected USB drive is auto-detected and served via the web interface
- Users connect to the hotspot and browse files at
http://10.10.0.1/owncloud/
git clone https://github.com/harsh52/Easy_data_sharing_using_raspberry_pi.git
cd Easy_data_sharing_using_raspberry_pi
sudo python config.pyFollow the prompts to configure MariaDB and OwnCloud. Full setup details in the script.
Raspberry Pi, Python, Apache2, OwnCloud, MariaDB, DHCP