Skip to content
Snippets Groups Projects
Commit 5d96b63e authored by philip.schell's avatar philip.schell
Browse files

Update README.md and CHANGELOG.md

parent 79af764f
No related branches found
No related tags found
No related merge requests found
1.1.0 Update Scral addresses
1.2.0 Run Module Events in threads so that one Module can not block others, TXTOut now appends to the logfile
1.3.0 Scral now get its config from configfile, lora now want to get battery as [0-9].[0-9]{2} value
1.4.0 Adding Debugmode for finetuning Lora-Trackers
1.4.1 Remove old Wirelesscode and Rename some Classes
1.5.0 Send over Mqtt the new status items and refactoring
1.5.1 Dependencies in debian Packet cleaned
1.6.0 Implement Height in LoraBot
1.6.1 Fixing parsing bug with linebreaks in Lora
1.6.2 Adding a test for LoraBinary
1.7.0 Adding IC800A Lora-Reciever
1.7.1 Fixing binary data transmission & fixing Scral Plugin
1.7.2 Update to local librarys
1.7.3 Parsing new Status format and Panic Package
1.8.0 Add field that indicates when the last gps position was recieved, change all times to UTC
1.8.1 Add Hostname to MQTT, so you can see from witch device the data is recieved
1.8.2 Bugfix, create also an event for sending normal loradata when update panic
\ No newline at end of file
# Changelog
## 1.8.2
### New Features
### Bugfixes
* Bugfix, create also an event for sending normal loradata when update panic
### Changes
## 1.8.1
### New Features
* Add Hostname to MQTT, so you can see from witch device the data is recieved
### Bugfixes
### Changes
## 1.8.0
### New Features
* Add field that indicates when the last gps position was recieved, change all times to UTC
### Bugfixes
### Changes
## 1.7.3
### New Features
* Parsing new Status format and Panic Package
### Bugfixes
### Changes
## 1.7.2
### New Features
### Bugfixes
### Changes
* Update to local librarys
## 1.7.1
### New Features
* Fixing binary data transmission & fixing Scral Plugin
### Bugfixes
### Changes
## 1.7.0
### New Features
* Adding IC800A Lora-Reciever
### Bugfixes
### Changes
## 1.6.2
### New Features
### Bugfixes
### Changes
* Adding a test for LoraBinary
## 1.6.1
### New Features
### Bugfixes
* Fixing parsing bug with linebreaks in Lora
### Changes
## 1.6.0
### New Features
* Implement Height in LoraBot
### Bugfixes
### Changes
## 1.5.1
### New Features
### Bugfixes
### Changes
* Dependencies in debian Packet cleaned
## 1.5.0
### New Features
* Send over Mqtt the new status items and refactoring
### Bugfixes
### Changes
## 1.4.1
### New Features
### Bugfixes
### Changes
* Remove old Wirelesscode and Rename some Classes
## 1.4.0
### New Features
* Adding Debugmode for finetuning Lora-Trackers
### Bugfixes
### Changes
## 1.3.0
### New Features
### Bugfixes
### Changes
* Scral now get its config from configfile, lora now want to get battery as [0-9].[0-9]{2} value
## 1.2.0
### New Features
### Bugfixes
### Changes
* Run Module Events in threads so that one Module can not block others, TXTOut now appends to the logfile
## 1.1.0.0
### New Features
### Bugfixes
### Changes
* Update Scral addresses
## 1.0.0.0
### New Features
* First working Version
### Bugfixes
### Changes
......@@ -98,6 +98,8 @@
<None Include="dpkg\lorabot.service" />
<None Include="gpio.2.44" />
<None Include="libwiringPi.so.2.44" />
<None Include="..\CHANGELOG.md" />
<None Include="..\README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
# Fraunhofer.Fit.IoT.Bots.LoraBot (Lora-Bot)
Program that runs on a device and process the Lora traffic from the Lora library
<!-- Short description of the project. -->
## Linking to
### Internal
Program that runs on a raspberry pi and process the Lora traffic from the Lora library. This readme is meant for describing the application.
<!-- A teaser figure may be added here. It is best to keep the figure small (<500KB) and in the same repo -->
## Getting Started
<!-- Instruction to make the project up and running. -->
The project documentation is available on the [Wiki](https://github.com/MONICA-Project/lora-bot/wiki).
## Deployment
<!-- Deployment/Installation instructions. If this is software library, change this section to "Usage" and give usage examples -->
This software can not run in docker, it is made to run on real hardware (raspberry pi) with mono. This came from the [lora](https://github.com/MONICA-Project/lora) library.
## Development
<!-- Developer instructions. -->
* Versioning: Use [SemVer](http://semver.org/) and tag the repository with full version string. E.g. `v1.0.0`
### Prerequisite
This projects depends on some librarys:
#### Internal
* BlubbFish.Utils ([Utils](http://git.blubbfish.net/vs_utils/Utils))
* BlubbFish.Utils.IoT ([Utils-IoT](http://git.blubbfish.net/vs_utils/Utils-IoT))
* BlubbFish.Utils.IoT.Bots ([Bot-Utils](http://git.blubbfish.net/vs_utils/Bot-Utils))
......@@ -10,5 +31,24 @@ Program that runs on a device and process the Lora traffic from the Lora library
* BlubbFish.Utils.IoT.Interfaces ([Iot-Interfaces](http://git.blubbfish.net/vs_utils/Iot-Interfaces))
* Fraunhofer.Fit.Iot.Lora ([Lora](https://gitlab.fit.fraunhofer.de/monica/lora-gateway/lora))
### External
* litjson
\ No newline at end of file
#### External
* litjson
### Test
The only way to test this programm is to run it on real hardware.
### Build
Please build it with Visual Studio.
## Contributing
Contributions are welcome.
Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.
## Affiliation
![MONICA](https://github.com/MONICA-Project/template/raw/master/monica.png)
This work is supported by the European Commission through the [MONICA H2020 PROJECT](https://www.monica-project.eu) under grant agreement No 732350.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment