| 70 | | 1. Start SBC and make sure packet forward is running first |
| 71 | | 1. Then start the gateway bridge |
| 72 | | 1. Then check for connected device on Azure |
| 73 | | 1. Send packet from node and view on Azure |
| 74 | | |
| 75 | | Sample Logs & files |
| | 70 | 1. Start SBC |
| | 71 | 1. Start packet forward program and ensure it is running successfully as shown in the output in the Log file section below |
| | 72 | {{{ |
| | 73 | ./lora_pkt_fwd |
| | 74 | }}} |
| | 75 | 1. Start the gateway bridge and ensure it is running successfully as shown in the output in the Log file section below |
| | 76 | {{{ |
| | 77 | lora-gateway-bridge -c /etc/lora-gateway-bridge/lora-gateway-bridge.toml |
| | 78 | }}} |
| | 79 | 1. Login to Azure website and check for connected device on Azure (status packets are being sent up by the Gateway Bridge) |
| | 80 | 1. Send actual data packet from node and view as it propagates from the packet forwarder to the bridge and then to Azure (as shown in the Log section below) |
| | 81 | 1. In !CuteCom or terminal program connected to the node, send a packet with the following command |
| | 82 | {{{ |
| | 83 | mac tx ucnf 0 1234 |
| | 84 | }}} |
| | 85 | |
| | 86 | === Sample Configuration Files and Logs |