Difference between revisions of "LoRaGateway"

From RevSpace
Jump to navigation Jump to search
(Created page with "Some essentials: * MAC address: 02:4B:08:06:06:AC * Last know IPv4: 10.42.45.15 Configuration files: * in /mnt/fsuser-1/thethingsnetwork")
 
Line 5: Line 5:
 
Configuration files:
 
Configuration files:
 
* in /mnt/fsuser-1/thethingsnetwork
 
* in /mnt/fsuser-1/thethingsnetwork
 +
 +
 +
=== Diagnostics ===
 +
On the gateway, run the following:
 +
<pre>
 +
tcpdump -i eth0 -n -vvvX host router.eu.thethings.network
 +
</pre>
 +
This should show a packet once every 30 seconds with some stats.
 +
 +
You'll also see some JSON packets for each packet received.

Revision as of 22:51, 9 October 2016

Some essentials:

  • MAC address: 02:4B:08:06:06:AC
  • Last know IPv4: 10.42.45.15

Configuration files:

  • in /mnt/fsuser-1/thethingsnetwork


Diagnostics

On the gateway, run the following:

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.