From fa70362e18367a264a4f289650e2e2fa95f4a619 Mon Sep 17 00:00:00 2001 From: Takashi Ando Date: Mon, 25 Jan 2016 05:37:07 +0900 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ead3d6a..7b8b573 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ -# TS-MPPT-60 monitor web application +# What is this? -This is web application to monitor TS-MPPT-60's status. +This is an application to monitor solar charger's status ex. TS-MPPT-60. The status means... how much power is generated by solar power cells, how much power is charged in battery cells, etc. -This application can be run not only via apache with wsgi but also as standalone. # Requirement -* Python3 - * wsgiref - * pySNMP -* Apache server with wsgi module +* Python2 or 3 # How to install