add readme files to clients, main server and car server

This commit is contained in:
MaximZaitsev
2016-07-29 16:14:16 +03:00
parent 4b96b5e5aa
commit dc002204ac
4 changed files with 84 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Firmware client
## Building
move to this directory
$ ./gradlew build
This command build all project. Executable .jar file placed on ./build/libs
## Run client
for run client you can use script
$ ./run.sh
run script without params or with --help to see available options
+17
View File
@@ -0,0 +1,17 @@
# Remote control client
## Building
move to this directory
$ ./gradlew build
This command build all project. Executable .jar file placed on ./build/libs
## Run client
for run client you can use script
$ ./run.sh
run script without params or with --help to see available options
+33
View File
@@ -0,0 +1,33 @@
# Car server
## Building
move to this directory
$ ./build.sh
This command run gradle build and execute *npm install* for downloading used js modules.
## Run car server
for run server you can use script
$ ./run.sh
## Deploying car server
*note:* This feature is under development
*note:* this script use expect script languane. You have to install it
for install expect on ubuntu
$ sudo apt-get install expect
for deploy server on car use
$ ./deploy.sh -h {ip_addr} -u {user_name} -p {password}
where:
{ip_addr} - ip address of raspberry.
{user_name} and {password} - user name and password for login on raspberry
+17
View File
@@ -0,0 +1,17 @@
# Main server
## Building
move to this directory
$ ./gradlew build
This command build all project. Executable .jar file placed on ./build/libs
## Run server
for run server you can use script
$ ./run.sh
after start you will see available commands. You can input their from command line