This directory contains all data that are necessary to build up an
own webservice that can be used with libwlocate as described in
parent directory.

It contains following files and data:

- getpos.php - this is the interface to the geo location function
  that has to be placed in root of the domain directory so that
  it can be reached via http(s)://domain.tld/getpos.php

- android/upload.php - interface to the Android-app, this script
  is accessed when scanned data are uploaded
  
- inc/config.php - this file contains some basic definitions;
  configure your database username and password as well as the
  domain name of the project on top of this file!

- wmap.sql contains the base database structure which is used
  by the scripts mentioned above
