annotate README.txt @ 41:bbd4eab7cb1e

Add .hgignore
author Gernot Schulz <gernot@intevation.de>
date Wed, 18 Nov 2015 13:41:42 +0100
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
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
15
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
16 #todo
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
17 POST-Request to update the tiles:
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
18
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
19 curl -d service=192.168.2.3 -d status=up localhost:8080/updown
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
20 curl -d service=192.168.2.3 -d status=down localhost:8080/updown
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)