Difference between revisions of "LoRaGateway"
Jump to navigation
Jump to search
m |
(Add project header) |
||
Line 1: | Line 1: | ||
+ | {{Project | ||
+ | |Name=LoRaGateway | ||
+ | |Picture=plaatje dat je geupload hebt op de wiki | ||
+ | |Omschrijving=Een LoRa gateway voor the-things-network | ||
+ | |Status=In progress | ||
+ | |Contact=bertrik | ||
+ | }} | ||
+ | |||
+ | |||
Some essentials: | Some essentials: | ||
* LoRaWAN EUI: 0000024B080606AC | * LoRaWAN EUI: 0000024B080606AC |
Revision as of 00:26, 10 October 2016
Project LoRaGateway | |
---|---|
350px | |
Een LoRa gateway voor the-things-network | |
Status | In progress |
Contact | bertrik |
Last Update | 2016-10-10 |
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.