ttnhabbridge/README.md

25 wiersze
1.1 KiB
Markdown
Czysty Zwykły widok Historia

2017-08-13 12:03:13 +00:00
# ttnhabbridge
Bridge between the-things-network and the habitat network, to receive amateur balloons using LoRaWAN
2017-08-13 12:38:03 +00:00
2017-08-13 12:49:48 +00:00
# Development environment
I develop this on Windows 7, in Eclipse, using subversion.
2017-08-13 12:38:03 +00:00
Steps to install everything:
* download a Java JDK and put it in tools/jdk
* download Eclipse (I use Mars) and put in in the tools/eclipse directory (for example)
2017-08-13 12:49:48 +00:00
* install the eclipse SVN plugin, using this update site: https://dl.bintray.com/subclipse/releases/subclipse/4.2.x/
2017-08-13 12:38:03 +00:00
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
2017-08-13 12:49:48 +00:00
* under perspective 'SVN repository exploring' add the URL of this project
2017-08-13 12:38:03 +00:00
* 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