packet_forwarder

command module
v2.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2017 License: MIT Imports: 2 Imported by: 0

README

Packet Forwarder

Packet forwarder to make the link between a LoRa concentrator and The Things Network's backend.

This packet forwarder isn't destined to The Things Gateway's users, but for users who already have a gateway from another vendor, and that want to connect it to The Things Network.

Demo GIF

Install

Installation manuals are available for main available gateways:

Build

If you have a custom-made gateway, or if you want to contribute to the development of the packet forwarder, you will have to build the binary yourself.

Run
$ packet-forwarder configure
$ packet-forwarder start
Configuration format and flags

The configuration file generated by packet-forwarder configure is stored at $HOME/.pktfwd.yml. You can specify a different config file with the --config flag, or specify runtime parameters with the different flags:

  • --id: Gateway ID of the present gateway.
  • --key: Gateway key of the present gateway.
  • --router: ID of the router with which communicate (optional ; default: account server-stored router)
  • --auth-server: URI of the account server (optional ; default: https://account.thethingsnetwork.org)
  • --discovery-server: Address and port of the discovery server (optional ; default: discover.thethingsnetwork.org:1900)
  • --verbose or -v: Show debugging information (optional)
  • --downlink-send-margin: Change downlink send margin, in milliseconds (optional ; see documentation)
  • --gps-path: Set GPS path to enable GPS support (optional ; default: empty)
  • --ignore-crc: Ignore CRC check, and send uplink packets upstream even if they are CRC-invalid.

Contributing

Source code for this packet forwarder is MIT licensed. We encourage users to make contributions on Github and to participate in discussions on Slack.

If you encounter any problems, please check open issues before creating a new issue. Please be specific and give a detailed description of the issue. Explain the steps to reproduce the problem. If you're able to fix the issue yourself, please help the community by forking the repository and submitting a pull request with your fix.

For contributing a feature, please open an issue that explains what you're working on. Work in your own fork of the repository and submit a pull request when you're done.

If you want to contribute, but don't know where to start, you could have a look at issues with the label help wanted or difficulty/easy.

License

Source code for the packet forwarder is released under the MIT License, which can be found in the LICENSE file.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL