aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2013-08-12 21:08:57 -0400
committerMike Crute <mcrute@gmail.com>2013-08-12 21:08:57 -0400
commit93534431f641c0744d0035edc86a24921a3c91a0 (patch)
tree29db89910275398b2124518237c77f2886383b7b
downloadubntmfi-93534431f641c0744d0035edc86a24921a3c91a0.tar.bz2
ubntmfi-93534431f641c0744d0035edc86a24921a3c91a0.tar.xz
ubntmfi-93534431f641c0744d0035edc86a24921a3c91a0.zip
Initial commit
-rw-r--r--README.md11
-rw-r--r--requirements.txt1
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3d82d73
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
1Ubiquiti mFi Controller
2=======================
3
4This repo contains an alternative web controller for the Ubiquiti mFi mPower
5strips. Who knows what could happen here. My initial goal is to provide a
6simple mobile site to control the switches.
7
8Installation
9============
10Run ``pip install -r requirements.txt`` from within a virtualenv then start
11with ``python server.py``
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..953bf15
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
tornado==3.1