/OSVI-RemoteControl

Django web app to remotely control devices using RPi

Primary LanguageHTMLMIT LicenseMIT

osvi-rtled

Note: This is an open-source copy of a privately maintained repository

It is also published under the title "Conceptualization and Design of Remotely-Accessible Hardware Interface (RAHI) Laboratory" at https://link.springer.com/chapter/10.1007%2F978-981-15-5788-0_12

Usage Instructions:

  1. Install Django latest version, pip3 install django
  2. pip3 install mmap
  3. sudo apt install sshpass
  4. source myvenv bin activate
  5. python3 manage.py makemigrations
  6. python3 manage.py migrate
  7. Install motion using sudo apt install motion in Pi
  8. Add your password and pi IP in mysite/settings.py

Prototype: Home

Author: