GithubHelp home page GithubHelp logo

mario83 / lora-gateway-bridge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chirpstack/chirpstack-gateway-bridge

0.0 1.0 0.0 554 KB

LoRa Gateway Bridge abstracts the packet_forwarder protocol into JSON over MQTT

Home Page: http://docs.loraserver.io/lora-gateway-bridge/

License: MIT License

Makefile 1.47% Go 89.83% Shell 8.71%

lora-gateway-bridge's Introduction

LoRa Gateway Bridge

Build Status GoDoc Gitter chat

LoRa Gateway Bridge is a service which abstracts the packet_forwarder UDP protocol running on most LoRa gateways into JSON over MQTT. It enables you to use MQTT for receiving data from and sending data to your gateways. This project is part of LoRa Server.

Documentation

See http://docs.loraserver.io/lora-gateway-bridge for documentation about setting up LoRa Gateway Bridge.

Compatibility

LoRa Gateway Bridge version >= 2.1 supports both version 1 and version 2 of the packet_forwarder UDP protocol.

Downloads

Building from source

The easiest way to get started is by using the provided docker-compose environment. To start a bash shell within the docker-compose environment, execute the following command from the root of this project:

docker-compose run --rm gatewaybridge bash

A few example commands that you can run:

# run the tests
make test

# compile
make build

# cross-compile for Linux ARM
GOOS=linux GOARCH=arm make build

# cross-compile for Windows AMD64
GOOS=windows BINEXT=.exe GOARCH=amd64 make build

# build the .tar.gz file
make package

# build the .tar.gz file for Linux ARM
GOOS=linux GOARCH=arm make package

# build the .tar.gz file for Windows AMD64
GOOS=windows BINEXT=.exe GOARCH=amd64 make package

Alternatively, you can run the same commands from any working Go environment. As all requirements are vendored, there is no need to go get these. Make sure you have Go 1.7.x installed and that you clone this repository to $GOPATH/src/github.com/brocaar/lora-gateway-bridge.

Contributing

There are a couple of ways to get involved:

When you would like to add new features, please discuss the feature first by creating an issue describing your feature, how you're planning to implement it, what the usecase is etc...

License

LoRa Gateway Bridge is distributed under the MIT license. See LICENSE.

lora-gateway-bridge's People

Contributors

brocaar avatar jcampanell-cablelabs avatar virterm avatar

Watchers

mario avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.