summaryrefslogtreecommitdiff
path: root/test/navigation/w3c/socket-based-poc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/navigation/w3c/socket-based-poc/README.md')
-rw-r--r--test/navigation/w3c/socket-based-poc/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/navigation/w3c/socket-based-poc/README.md b/test/navigation/w3c/socket-based-poc/README.md
new file mode 100644
index 0000000..d7c16ed
--- /dev/null
+++ b/test/navigation/w3c/socket-based-poc/README.md
@@ -0,0 +1,25 @@
+Preliminary code for testing the implementation of a set of navigation Web API based on GENIVI API
+Technology used: nodejs
+
+To get nodejs:
+sudo apt-get install nodejs npm
+
+To build the module in C++ and install the module localy for nodejs:
+cd ./node-cpp-lbs-modules
+npm build .
+npm pack
+cd ..
+npm install node-cpp-lbs-modules/node-cpp-based-modules-0.1.0.tgz
+
+To test:
+Intall additional modules for nodejs:
+npm install http url fs path webidl2 escodegen
+
+Run the server:
+
+node server.js
+
+In your browser:
+
+http://localhost:8080/index.html
+