Skip to content

UUGear Web Interface is an extremely lightweight web server that allows you to access your Raspberry Pi and UUGear devices in web browser.

License

Notifications You must be signed in to change notification settings

softking/UUGear-Web-Interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UUGear-Web-Interface

UUGear Web Interface (UWI) is an very lightweight web server that allows you to access your Raspberry Pi and UUGear devices in web browser. It only uses very limited system resource (about 2~6% CPU usage) and even Raspberry Pi Zero (W) can run it very well.

Supported Devices

Currently UUGear Web Interface supports three devices:

  • Raspberry Pi (GPIO): view and control the GPIO pins on your Raspberry Pi.
  • Witty Pi 3: monitor and manage your Witty Pi 3 or Witty Pi 3 Mini.
  • Zero2Go Omini: monitor and manage your Zero2Go Omini.

How to install

You can install UWI with this single command line:

curl https://www.uugear.com/repo/UWI/installUWI.sh | sudo bash

Alternatively, you can download the install script and run it.

wget https://www.uugear.com/repo/UWI/installUWI.sh

sudo sh installUWI.sh

If you install software for Witty Pi 3 (Mini) or Zero2Go Omini, their install script will also install UWI for you.

After installation, you will need to reboot your Raspberry Pi, and then you can access your devices via http://raspberrypi:8000/

About

UUGear Web Interface is an extremely lightweight web server that allows you to access your Raspberry Pi and UUGear devices in web browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.7%
  • HTML 24.0%
  • Shell 16.6%
  • CSS 9.7%