Mercurial > bottledash
annotate README.txt @ 25:05e5441c5160
charts will now be displayed as they should!
author | sean |
---|---|
date | Fri, 14 Aug 2015 00:31:48 +0200 |
parents | f730dd0bcf85 |
children | 190a81a60e7e |
rev | line source |
---|---|
4
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
1 This README is part of "Bottledash" |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
2 author: sean engelhardt > sean.engelhardt@intevation.de |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
3 license: GNU >= V2. See LICENSE for details |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
4 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
5 dependencies: python3 standard library |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
6 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
7 usage: python3 dash.py |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
8 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
9 the configuration is provided in the "dash.conf" file. |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
10 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
11 If there is no "dash.conf" file, the programm will create a new one. |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
12 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
13 For further details see the insctructions inside the dash.conf. |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
14 |
21 | 15 |
16 #todo | |
17 POST-Request to update the tiles: | |
18 | |
19 curl -d service=192.168.2.3 -d status=up localhost:8080/updown | |
20 curl -d service=192.168.2.3 -d status=down localhost:8080/updown |