add remote spotlight and fix library paths

This commit is contained in:
Alfonso Gamboa
2022-04-17 21:02:58 -07:00
parent 3f85828621
commit 0bb91bd8fb
7 changed files with 52 additions and 14 deletions

BIN
SD_ROOT/wz_mini/bin/socat Executable file

Binary file not shown.

View File

@@ -0,0 +1,13 @@
#!/bin/sh
if [[ "$1" == "on_high" ]]; then
echo -ne "\xaa\x55\x43\x05\x16\xff\x07\x02\x63" > /dev/ttyUSB0
elif [[ "$1" == "on_low" ]]; then
echo -ne "\xaa\x55\x43\x05\x16\x33\x07\x01\x97" > /dev/ttyUSB0
elif [[ "$1" == "off" ]]; then
echo -ne "\xaa\x55\x43\x05\x16\x00\x07\x01\x64" > /dev/ttyUSB0
else
echo "usage: spotlight_ctl on_high"
echo "usage: spotlight_ctl on_low"
echo "usage: spotlight_ctl off"
fi

BIN
SD_ROOT/wz_mini/bin/strace Executable file

Binary file not shown.

BIN
SD_ROOT/wz_mini/bin/tcpdump Executable file

Binary file not shown.