Browse Source

Add the doc

master
cyl 2 years ago
parent
commit
ed68984657
  1. 1158
      doc/usecase.sql
  2. 20
      doc/usecases.sh
  3. BIN
      doc/必读.pdf

1158
doc/usecase.sql

File diff suppressed because it is too large

20
doc/usecases.sh

@ -0,0 +1,20 @@
#!/bin/sh
typ=$1
#0:stop all
#1:start use cases
#2:restart gateway
if [ "$typ" = "0" ];then
killall usecases_proxy
killall lora_pkt_fwd
killall process.sh
elif [ "$typ" = "1" ];then
/gateway/usecases_proxy -d Gateway &
elif [ "$typ" = "2" ];then
killall lora_pkt_fwd
killall process.sh
sh /gateway/start.sh
fi

BIN
doc/必读.pdf

Binary file not shown.
Loading…
Cancel
Save