Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lora-Bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
MONICA
Lora Gateway
Lora-Bot
Commits
164ea70c
Commit
164ea70c
authored
6 years ago
by
philip.schell
Browse files
Options
Downloads
Patches
Plain Diff
[1.7.3] Parsing new Status format and Panic Packag
parent
ed144ee2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lora-Bot/Moduls/Mqtt.cs
+1
-2
1 addition, 2 deletions
Lora-Bot/Moduls/Mqtt.cs
Lora-Bot/Properties/AssemblyInfo.cs
+4
-3
4 additions, 3 deletions
Lora-Bot/Properties/AssemblyInfo.cs
with
5 additions
and
5 deletions
Lora-Bot/Moduls/Mqtt.cs
+
1
−
2
View file @
164ea70c
using
System
;
using
BlubbFish.Utils
;
using
BlubbFish.Utils.IoT.Bots
;
using
BlubbFish.Utils.IoT.Bots.Events
;
using
BlubbFish.Utils.IoT.Bots.Moduls
;
using
BlubbFish.Utils.IoT.Connector
;
using
BlubbFish.Utils.IoT.Interfaces
;
using
Fraunhofer.Fit.Iot.Lora
;
using
Fraunhofer.Fit.Iot.Lora.Events
;
namespace
Fraunhofer.Fit.IoT.Bots.LoraBot.Moduls
{
class
Mqtt
:
Mqtt
<
LoraController
>
{
...
...
@@ -33,6 +31,7 @@ namespace Fraunhofer.Fit.IoT.Bots.LoraBot.Moduls {
public
override
void
EventLibSetter
()
{
this
.
library
.
DataUpdate
+=
this
.
HandleLibUpdate
;
this
.
library
.
PanicUpdate
+=
this
.
HandleLibUpdate
;
this
.
library
.
StatusUpdate
+=
this
.
HandleLibUpdate
;
}
...
...
This diff is collapsed.
Click to expand it.
Lora-Bot/Properties/AssemblyInfo.cs
+
4
−
3
View file @
164ea70c
...
...
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"LoraDisplay"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2018 -
17
.0
2
.2019"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2018 -
03
.0
3
.2019"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
@@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.7.
2
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.7.
2
"
)]
[
assembly
:
AssemblyVersion
(
"1.7.
3
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.7.
3
"
)]
/*
* 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
...
...
@@ -48,4 +48,5 @@ using System.Runtime.InteropServices;
* 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
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment