All Projects → MycroftAI → ZZZ-RETIRED__rpi3-headless-wifi-setup

MycroftAI / ZZZ-RETIRED__rpi3-headless-wifi-setup

Licence: other
Retired project, replaced by:

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

#wifi-setup -- WIP(dangerzone) This project aims to create a web interface, similar to a router setup page, for connecting a Raspberry Pi 3 to a wireless network. Beware that this project will manipulate system files and services. Running this software will also require sudo (for now).

Development Dependencies:

  • virtualenv
  • virtualenvwrapper
  • python-dev

Debian / Ubuntu / Raspbian: $ sudo apt-get install virtualenv virtualenvwrapper python-dev

Installation:

  • clone this project into your working directory
  • $ cd ./wifi-setup
  • $ sudo ./setup.sh (creates virtualenv in ~/.virtualenv/wifi-setup <<-using sudo will create this in the /root directory for now)

Enter Development Environment:

  • $ source ~/.virtualenv/wifi-setup/bin/activate

Configuration File Locations:

  • ./configuration/default.ini

Starting the server:

  • sudo ./start.sh main
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].