Bridge between TheThingsNetwork/Helium and the habitat network, to receive telemetry from amateur balloons using LoRaWAN
 
 
Go to file
Bertrik Sikken 004ebe5037 Add tools directory. 2017-08-13 15:07:54 +02:00
tools Add tools directory. 2017-08-13 15:07:54 +02:00
README.md Update README.md 2017-08-13 14:49:48 +02:00

README.md

ttnhabbridge

Bridge between the-things-network and the habitat network, to receive amateur balloons using LoRaWAN

Development environment

I develop this on Windows 7, in Eclipse, using subversion.

Steps to install everything:

Steps to prepare the Eclipse environment:

  • open a command line to the checked out project
  • type 'env.bat' to initialise the tool paths etc
  • go to directory workspace/gradle
  • type 'gradlew eclipse' and watch dependencies being downloaded from the internet
  • start Eclipse, using the 'workspace' directory as workspace
  • under perspective 'SVN repository exploring' add the URL of this project
  • import all sub-projects into the workspace

Steps to create a release:

  • edit the version number in @@@TODO
  • using gradle: type 'gradlew distTar' or 'gradlew distZip'
  • the .tar or .zip file can be found under build/distributions