Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 464 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 464 Bytes

obd-server

Pre-requisites

  1. JDK 7
  2. Maven 3.1.0+

Build

mvn clean package

Run

java -jar server/target/server-<version>.jar

Optionally, if you want to bind a different port, in this case TCP 8765:

java -jar server/target/server-<version>.jar --port 8765

Test

Run the scripts available in folder tests.

tests/put_some_stuff.sh
tests/list_vins.sh
tests/read_testvin_json.sh