LoRaGateway

From RevSpace
Revision as of 23:07, 9 October 2016 by Bertrik Sikken (talk | contribs)
Jump to navigation Jump to search

Some essentials:

  • LoRaWAN EUI: AA555A00080606AC (or is it 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:

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.