summaryrefslogtreecommitdiff
path: root/src/poi-service/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/poi-service/README')
-rw-r--r--src/poi-service/README46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/poi-service/README b/src/poi-service/README
new file mode 100644
index 0000000..d5dadc5
--- /dev/null
+++ b/src/poi-service/README
@@ -0,0 +1,46 @@
+Release date of the file: 11-04-2014
+Status: to be completed
+
+Project:
+Search engine for Point Of Interest with a content access module mechanism to extend to additional sources of data
+This project is one of the navigation-service common projects that implements the GENIVI navigation APIs.
+
+More:
+The project is made of four parts:
+- poi-supplier that populates a sqlite3 based database from OSM data in xml format
+- poi-server that implements the poi search API and access an embedded database
+- poi-contentaccess-module that implements a content access module that access an additional database, and a simple HMI
+- poi-client that implements a client with a test HMI
+See also other navigation projects like navigation or proof of concepts implemented for traffic-info and positioning
+
+What is in:
+This folder contains scripts for building poi-server
+FYI: poi-supplier, poi-contentaccess-module and poi-client are located under test/poi-service
+
+Author:
+Philippe Colliot philippe.colliot@mpsa.com
+
+License:
+See headers and LICENSE file
+
+Test target:
+Ubuntu 12.04.1 LTS
+
+To get the code:
+Code is part of the navigation-service repository, so you need to clone all:
+git clone http://git.projects.genivi.org/lbs/navigation-service.git $WORKING-DIR
+
+Dependencies:
+libqt4-dev libdbus-c++-dev libsqlite3-dev sqlite3 libglib2.0-dev libglibmm-2.4-dev libdbus-1-dev xsltproc
+
+Build:
+# Enter into the directory
+cd $WORKING-DIR/navigation-service/src/poi-service/script
+make all
+
+To launch:
+./run
+
+Clean up:
+./kill-all
+