Difference between revisions of "LoRaGateway"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
Some essentials: | Some essentials: | ||
− | * LoRaWAN EUI: | + | * LoRaWAN EUI: 0000024B080606AC |
* eth0 MAC address: 02:4B:08:06:06:AC | * eth0 MAC address: 02:4B:08:06:06:AC | ||
* Last known IPv4 in the RevSpace LAN: 10.42.45.15 | * Last known IPv4 in the RevSpace LAN: 10.42.45.15 | ||
Line 8: | Line 8: | ||
Online status: | Online status: | ||
− | * [https://staging.thethingsnetwork.org/gatewaystatus official TTN gateway status] page | + | * [https://staging.thethingsnetwork.org/gatewaystatus official TTN gateway status] page and search for 0000024B080606AC |
* [https://gatewaystats.org/gateways/0000024b080606ac gateway stats page] (requires login) | * [https://gatewaystats.org/gateways/0000024b080606ac gateway stats page] (requires login) | ||
* [http://ttnmapper.org/?gateway=0000024b080606ac TTN mapper page] | * [http://ttnmapper.org/?gateway=0000024b080606ac TTN mapper page] |
Revision as of 23:23, 9 October 2016
Some essentials:
- LoRaWAN EUI: 0000024B080606AC
- eth0 MAC address: 02:4B:08:06:06:AC
- Last known IPv4 in the RevSpace LAN: 10.42.45.15
Configuration files:
- in /mnt/fsuser-1/thethingsnetwork
Online status:
- official TTN gateway status page and search for 0000024B080606AC
- gateway stats page (requires login)
- TTN mapper page
Diagnostics
To see what the gateway is communicating with the TTN, run the following on the gateway:
tcpdump -i eth0 -n -vvvX host router.eu.thethings.network
This should show a packet once every 30 seconds with some stats.
You'll also see some JSON packets for each packet received.