LoRaGateway: Difference between revisions
Jump to navigation
Jump to search
m (Nog geen plaatje toegevoegd) |
No edit summary |
||
Line 7: | Line 7: | ||
}} | }} | ||
=== Introduction === | |||
This page is about a LoRa gateway at RevSpace configured for the-things-network (TTN). | |||
It's a Kerlink, some essentials properties: | |||
* LoRaWAN EUI: 0000024B080606AC | * 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 | ||
Configuration files: | === Configuration === | ||
Configuration files for TTN in general can be found here: | |||
* in /mnt/fsuser-1/thethingsnetwork | * in /mnt/fsuser-1/thethingsnetwork | ||
The gateway is configured for NTP in /etc/ntp.conf to use X.nl.pool.ntp.org where X goes from 0 to 3. | |||
The gateway has been configured for "poly"-packet forward, also sending it's data to the gatewaystats.org website where statistics are kept | |||
(number of unique nodes, log of all received packets, etc.) | |||
=== Status and diagnostics === | |||
Online status: | Online status: | ||
* [https://staging.thethingsnetwork.org/gatewaystatus official TTN gateway status] page and search for 0000024B080606AC | * [https://staging.thethingsnetwork.org/gatewaystatus official TTN gateway status] page and search for 0000024B080606AC | ||
Line 21: | Line 30: | ||
* [http://ttnmapper.org/?gateway=0000024b080606ac TTN mapper page] | * [http://ttnmapper.org/?gateway=0000024b080606ac TTN mapper page] | ||
To see what the gateway is communicating with the TTN, run the following on the gateway: | To see what the gateway is communicating with the TTN, run the following on the gateway: | ||
<pre> | <pre> |
Revision as of 22:33, 9 October 2016
Project LoRaGateway | |
---|---|
Een LoRa gateway voor the-things-network | |
Status | In progress |
Contact | bertrik |
Last Update | 2016-10-09 |
Introduction
This page is about a LoRa gateway at RevSpace configured for the-things-network (TTN).
It's a Kerlink, some essentials properties:
- LoRaWAN EUI: 0000024B080606AC
- eth0 MAC address: 02:4B:08:06:06:AC
- Last known IPv4 in the RevSpace LAN: 10.42.45.15
Configuration
Configuration files for TTN in general can be found here:
- in /mnt/fsuser-1/thethingsnetwork
The gateway is configured for NTP in /etc/ntp.conf to use X.nl.pool.ntp.org where X goes from 0 to 3.
The gateway has been configured for "poly"-packet forward, also sending it's data to the gatewaystats.org website where statistics are kept (number of unique nodes, log of all received packets, etc.)
Status and diagnostics
Online status:
- official TTN gateway status page and search for 0000024B080606AC
- gateway stats page (requires login)
- TTN mapper page
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.