Parent: [f9de09] (diff)

Child: [c2e9d2] (diff)

Download this file

setEnv.sh    12 lines (10 with data), 425 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/bin/bash
fuser -n tcp -k 80
unlink /dev/tty63
unlink /dev/ttyS88
ln -s /dev/ttyACM0 /dev/tty63
ln -s /dev/ttyUSB0 /dev/ttyS88
echo "" > /opt/c2net-iot-hub/Resources/devices.txt
cd /home/pi/gitlab/c2net-dcf-iot-hub-iot-hub-2-code
mvn clean package
java -Djava.library.path=/usr/lib/rxtx:/usr/lib/jni -jar /home/pi/gitlab/c2net-dcf-iot-hub-iot-hub-2-code/target/IoT_hub-0.0.1-SNAPSHOT-jar-with-dependencies.jar