Difference between revisions of "LoRaGateway"

From RevSpace
Jump to navigation Jump to search
Line 1: Line 1:
 
Some essentials:
 
Some essentials:
* MAC address: 02:4B:08:06:06:AC
+
* LoRaWAN EUI: AA555A00080606AC
* Last know IPv4: 10.42.45.15
+
* eth0 MAC address: 02:4B:08:06:06:AC
 +
* Last known IPv4 in the RevSpace LAN: 10.42.45.15
  
 
Configuration files:
 
Configuration files:
 
* in /mnt/fsuser-1/thethingsnetwork
 
* in /mnt/fsuser-1/thethingsnetwork
 
  
 
=== Diagnostics ===
 
=== Diagnostics ===
On the gateway, run the following:
+
To see what the gateway is communicating with the TTN, run the following on the gateway:
 
<pre>
 
<pre>
 
tcpdump -i eth0 -n -vvvX host router.eu.thethings.network
 
tcpdump -i eth0 -n -vvvX host router.eu.thethings.network

Revision as of 23:05, 9 October 2016

Some essentials:

  • LoRaWAN EUI: AA555A00080606AC
  • 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

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.