1. Description
KP-Coords gets coordinates from keyboard in this format:
<latitude>;<longitude>
For example:
61.7;34.2

Then this coordinates are published in SIB.

2. Installation
KP-Coords is used for testing the application with your own coordinates. 
Before installing KP-Coords you have to install these packages:
smartslog, 
scew (http://www.nongnu.org/scew/).

You can dowload package or source from our repository: 
http://gitorious.org/m3-weather/

Installation from source:
./configure
make
make install

During installation of KP-Coords, it creates config file m3w-server.conf, containing special uuid and ip address of SIB.
m3w-server.conf is placed in /etc and you can create local config file named ".m3w-server.conf" in your home directory.
uuid is needed for work of several kp's simultaneously on different devices.
Demonstration server's ip is using as default.

After finishing installation of all packages you can run KP-Coords from console.

To terminate KP-Coords press Ctrl+C.
