Martin Kunz d1137c58e5 hack fix protocol errors/changes | 5 years ago | |
---|---|---|
.idea | 5 years ago | |
src | 5 years ago | |
.gitignore | 6 years ago | |
README.md | 5 years ago | |
assembly.xml | 6 years ago | |
pickorplaceswing.iml | 6 years ago | |
pom.xml | 5 years ago |
Index
Execute ur scripts Parameters: "script": urscript "CPEE-CALLBACK": ..
Current command queue in json format
Logfile ringbuffer since :from(int)
Enable freedrive/teach - Mode
Usage: <main class> -p=<port> [-rip=<robotIP>] [-rp=<robotPort>] [-w=<webroot>]
-p, --port=<port> HTTP Server port
-rip, --robotip=<robotIP>
Robot ip address
-rp, --robotport=<robotPort>
Robot tcp port
-w, --webroot=<webroot> Use webroot from filesystem
./jdk-12+33-jre/bin/java -jar urweb-1.0-SNAPSHOT-shaded.jar
[Unit]
Description=Urweb
After=syslog.target
[Service]
Type=notify
NotifyAccess=all
WorkingDirectory=/opt/myserver/
ExecStart=/usr/bin/java -server -jar urwebshaded.jar -p=8080 -rip=192.168.30.200 -rp=30001
# WatchdogSec=30
Restart=always
[Install]
WantedBy=multi-user.target