Code Monkey home page Code Monkey logo

rpi-ttn-gateway's People

Contributors

bjoernbusch avatar bwibo avatar johanstokking avatar marcelstoer avatar squix78 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rpi-ttn-gateway's Issues

Document Docker daemon mode

I suspect that most people would rather want to run the TTN container in daemon mode rather than interactive mode (-dt vs. -it). It would run in the background and not block the CLI but you won't see the log output that normally spills to the console.

docker logs <container-id> could make that visible again if necessary. Or docker attach <container-id>. Or docker exec -i <container-id> /bin/bash and then poke around the container.

Consider droping optional config params

The only mandatory config params for a TTN gateway are:

  • reset pin
  • gateway EUI
  • region i.e. TTN server

We can either

  • leave it as-is to (potentially) be future proof or (again potentially) support non-TTN backends OR
  • dump everything not strictly required thereby slimming our code and documentation

Concentrator won't start

I followed the instructions, but I'm getting the following error when starting the container:

INFO: [main] Starting the concentrator
ERROR: [main] failed to start the concentrator
/usr/bin/entry.sh: line 93: fg: job has terminated

Any hints on what I might be doing wrong?

Document simple gateway EUI command

Rather than documenting the manual way to extract-and-build the EUI we could also document the following command: cat /sys/class/net/eth0/address | awk -F\: '{print $1$2$3"fffe"$4$5$6}'.

Make the TTN server configurable

Currently we're setting the EU server statically at https://github.com/netceteragroup/rpi-ttn-gateway/blob/master/Dockerfile#L35.

We should allow users to pick a region (not the actual hostname) based on their country as per:

router.eu.thethings.network # EU 433 and EU 863-870
router.us.thethings.network # US 902-928
router.cn.thethings.network # China 470-510 and 779-787
router.au.thethings.network # Australia 915-928 MHz

Reference: https://www.thethingsnetwork.org/forum/t/new-addresses-for-cloud-services-update-your-gateways/1813

Avoid usage of "latest" or git-master dependencies

In the docker file we use "FROM resin/rpi-raspbian" which uses the latest release of the rpi-raspbian image. This can introduce instability when the parent image has changed in the meantime. Similarly cloning the master version of a git-repo in the Dockerfile can lead to inconsistent behavior if no tag has been used. If the image is built at different points in time the resulting image can look different with every build.

This can be compared to a maven release which should not have dependencies to any unreleased version of other libraries.

In addition the image on dockerhub should get tagged not just with "latest" but with versions

Thanks to @marschall for the input.

Here some more reading about the topic:
https://medium.com/@mccode/the-misunderstood-docker-tag-latest-af3babfd6375
http://blog.benhall.me.uk/2015/01/dockerfile-latest-tag-anti-pattern/
http://container-solutions.com/docker-latest-confusion/

Suggest password change in README

It is kind of irresponsible to not at least point out that the RPi password should be changed. Or these gateways will become easy targets for malware attacks

Document how to persist container log files

The TTN script generates log output (quite a bit) that is lost if you don't persist it manually. If the container runs in daemon mode (see #17) you might want to mount the host OS and pipe the output to a host OS file. Down side: might contribute to SD card corruption in the long run.

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.