Securifi Community Forum
Securifi Products => Almond+ => Topic started by: atrueresistance on August 18, 2014, 07:50:41 pm
-
Hello Securifi,
I was wondering if you can enlighten us on how the energy part works. Where are the numbers being pulled from? I'd like to be able to save the numbers for graphing later.
Just poking around the system I found zigbee_server
under /almond
that looks to be started by
root@AlmondPlus:/almond# cat runzb.sh
killall zigbee_server
while [ 1 ]
do
./almond/zigbee_server -n 1
echo "zigbee_server got crashed" > /dev/ttyS0
echo "zigbee_server" $(date) >> /almond/log/ServerHistory.log
cp /almond/log/ServerHistory.log /tmp
tail -50 /tmp/zigbee_server.log > /almond/log/LastFailedZigbeeServer.log
cp /almond/log/LastFailedZigbeeServer.log /tmp/
echo "Restarting zigbee_server" > /dev/ttyS0
done
Unfortunately zigbee_server is a compiled binary. Any help would be nice.
-
Nothing Securifi? What about news on the SDK?