You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.idea | 6 years ago | |
META-INF | 6 years ago | |
doc | 6 years ago | |
lib | 6 years ago | |
server | 6 years ago | |
src | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
autonomous-lejos.iml | 6 years ago | |
build-fedora.sh | 6 years ago | |
build.sh | 6 years ago |
README.md
How to start ?
- Start servers for dialoging with EV3 :
# Telechargement du serveur depuis le hub Docker :
$ docker run -it -p 1883:1883 -p 9001:9001 --network autonomous-lejos eclipse-mosquitto
# Construction du serveur python et lancement :
$ docker build -t autonomous-lejos-server . && docker run -it --rm --network autonomous-lejos autonomous-lejos-server --ip mosquitto
- Build the jar file en send on the EV3 ...
- ... on Manjaro :
$ ./build.sh
- ... on Fedora :
$ ./build-fedora.sh
- Start the program
autonomous-lejos.jar
on EV3 :