rak831 gateway
1.0.0
基於網絡網關的參考設置
下載raspbian stretch lite
按照安裝說明創建SD卡
在無頭覆盆子Pi上啟用SSH
使用raspi-config實用程序
$ sudo raspi-config
5 Interfacing Options -> P4 SPI )5 Interfacing Options -> P2 SSH )2 Network Options -> N1 Hostname )4 Localisation Options -> I1 Change Locale )4 Localisation Options -> I2 Change Timezone )確保您有更新的安裝並安裝git :
$ sudo apt update
$ sudo apt dist-upgrade
$ sudo apt install git
克隆安裝程序並開始安裝
$ git clone https://github.com/kuanyili/rak831-gateway.git ~/rak831-gateway
$ cd ~/rak831-gateway
$ sudo ./install.sh
通過Semtech UDP數據包轉發器註冊網關
/opt/ttn-gateway/conf/local_conf.json中找到如果您有一個跑步網關並且想更新,只需再次運行安裝程序:
$ cd ~/rak831-gateway
$ git pull
$ sudo ./install.sh