Dear TTN-Fellows,
I have purchased a Dragino PG1301 along with a Raspberry Pi 3B+. I followed the installation guide, the status prompt gives me the following output:
pi@raspberrypi:/etc/lora $ sudo systemctl status lorapktfwd
pi@raspberrypi:/etc/lora $ sudo systemctl status lorapktfwd
● lorapktfwd.service - packet forwarder
Loaded: loaded (/lib/systemd/system/lorapktfwd.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2019-09-16 10:43:57 BST; 2min 29s ago
Process: 935 ExecStartPre=/usr/bin/reset_lgw.sh start (code=exited, status=0/SUCCESS)
Main PID: 950 (lora_pkt_fwd)
Tasks: 5 (limit: 2200)
Memory: 568.0K
CGroup: /system.slice/lorapktfwd.service
└─950 /usr/bin/lora_pkt_fwd
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: # CRC_OK: 0.00%, CRC_FAIL: 100.00%, NO_CRC: 0.00%
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: # RF packets forwarded: 0 (0 bytes)
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: # PUSH_DATA datagrams sent: 1 (111 bytes)
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: # PUSH_DATA acknowledged: 0.00%
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: ### [DOWNSTREAM] ###
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: # PULL_DATA sent: 6 (100.00% acknowledged)
Sep 16 10:46:00 raspberrypi lora_pkt_fwd[950]: REPORT: # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Sep 16 10:46:20 raspberrypi lora_pkt_fwd[950]: REPORT: # RF packets sent to conclgw_receive:1155: FIFO content: 1 a 0 7
Sep 16 10:46:20 raspberrypi lora_pkt_fwd[950]: lgw_receive:1174: [4 17]
Sep 16 10:46:20 raspberrypi lora_pkt_fwd[950]: Note: LoRa packet
I would like to find out the ID of my gateway, this command gives me no feedback:
ifconfig eth0 | grep eth0 | awk ‘{gsub(/:/,"");print $5"ffff"}’
Best and thank you!
Marco