aqhome-data: adding datapoints basically works now.
This commit is contained in:
12
aqhome-data.sh
Executable file
12
aqhome-data.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
export AQHOME_LOGLEVEL=info
|
||||
export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
|
||||
|
||||
# 0-build/apps/aqhome-storage/aqhome-storage $*
|
||||
|
||||
0-build/apps/aqhome-data/aqhome-data \
|
||||
--datafolder=apps/aqhome-data/test/data \
|
||||
-t 127.0.0.1 -P 1899 \
|
||||
-p ./aqhome-data.pid \
|
||||
$*
|
||||
Reference in New Issue
Block a user