add readme files to clients, main server and car server
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user