MXC Documentation

MXC Documentation

  • Users
  • Developers
  • Release Notes
  • Languages iconEnglish
    • 中文
    • 繁體中文

›MXC Controller

Getting Started

  • Getting Started
  • Create an Account

MXC DataDash

  • MXC DataDash
  • Staking
  • Mining

MXC Controller

  • Managing Gateways & Devices
  • Service Profiles
  • Device Profiles
  • Applications
  • Multicast Groups
  • Devices
  • Gateways
  • Frame logging
  • Event Logging
  • Firmware Updates

Integrations

  • MQTT
  • Payload Format

Additional Information

  • How to Nominate on Polkadot
  • Regional Parameters and Frequency Plan

Managing LPWAN Gateways and Devices

The gateway-profiles configure your gateways to listen on a set of frequencies (given that you have configured this too in your LoRa Gateway Bridge configuration).

The [[network_server.network_settings.extra_channels]] configure extra channels (that are not defined by the LoRaWAN Regional Parameters specification) for your device to transmit on.

The enabled_uplink_channels define which channel-numbers as specified by the LoRaWAN Regional Parameters are enabled.

  • When you prefer to configure your gateway manually (by editing global_conf.json or local_conf.json), then you can forget about the gateway-profiles completely :slight_smile:

Examples:

US band

loraserver.toml

enabled_uplink_channels=[0, 1, 2, 3, 4, 5, 6, 7]

Gateway-profile

Configure the frequencies that map to channels 0 - 7.

EU band

loraserver.toml

enabled_uplink_channels=[] (when left blank this implies all uplink channels active, thus enabled_uplink_channels=[0, 1, 2]
[[network_server.network_settings.extra_channels]] use this to configure channel 3 - 7 (optional extra channels).

Gateway-profile

Configure the channels that map to 0 - 2 (default LoRaWAN channels) + optionally also the frequencies of channel 3 - 7 that you defined yourself.

Source and further information

This documentation is under development. If you wish to contribute, feel free to join us in our documentation github repo.

← MiningService Profiles →
  • US band
    • Gateway-profile
  • EU band
    • Gateway-profile
MXC Documentation
Docs
Getting Started for DevelopersGetting Started for Users
Community
Developers on DiscordUsers on DiscordProject ChatTwitter
More
GitHubStar
Follow @mxcfoundation
Copyright © 2020 MXC Foundation gGmbH