Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
7beb1869
Commit
7beb1869
authored
Jul 01, 2019
by
Micha Müller
Browse files
Add contact mail address
parent
61f7fefe
Changes
203
Hide whitespace changes
Inline
Side-by-side
collectagent/simplemqttserver.cpp
View file @
7beb1869
//================================================================================
// Name : simplemqttserver.cpp
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Implementation of a simple MQTT message server
//================================================================================
...
...
collectagent/simplemqttserver.h
View file @
7beb1869
//================================================================================
// Name : simplemqttserver.h
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Header for the implementation of a simple MQTT message server
//================================================================================
...
...
collectagent/simplemqttservermessage.cpp
View file @
7beb1869
//================================================================================
// Name : simplemqttservermessage.cpp
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Implementation of a class for receiving a simple MQTT message
//================================================================================
...
...
collectagent/simplemqttservermessage.h
View file @
7beb1869
//================================================================================
// Name : simplemqttservermessage.h
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Headers of a class for receiving a simple MQTT message
//================================================================================
...
...
collectagent/simplemqttserverthread.cpp
View file @
7beb1869
//================================================================================
// Name : simplemqttserverthread.cpp
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Implementation of classes for running MQTT server threads
//================================================================================
...
...
collectagent/simplemqttserverthread.h
View file @
7beb1869
//================================================================================
// Name : simplemqttserverthread.h
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Headers of classes for running MQTT server threads
//================================================================================
...
...
common/include/RESTHttpsServer.h
View file @
7beb1869
//================================================================================
// Name : RESTHttpsServer.h
// Author : Micha Mueller
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : General HTTPS server intended for RESTful APIs.
//================================================================================
...
...
common/include/abrt.h
View file @
7beb1869
//================================================================================
// Name : abrt.h
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Generic function for handling application crashes with backtrace.
//================================================================================
...
...
common/include/cacheentry.h
View file @
7beb1869
//================================================================================
// Name : cacheentry.h
// Author : Alessio Netti
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Class defining a sensor cache entry.
//================================================================================
...
...
common/include/dcdbdaemon.h
View file @
7beb1869
//================================================================================
// Name : dcdbdaemon.h
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Generic function for daemonizing an application.
//================================================================================
...
...
common/include/dcdbendian.h
View file @
7beb1869
//================================================================================
// Name : dcdbendian.h
// Author : Axel Auweter
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Generic functions for handling endianess in DCDB.
//================================================================================
...
...
common/include/globalconfiguration.h
View file @
7beb1869
//================================================================================
// Name : globalconfiguration.h
// Author : Alessio Netti
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Common functionality for reading in configuration files.
//================================================================================
...
...
common/include/logging.h
View file @
7beb1869
//================================================================================
// Name : logging.h
// Author : Micha Mueller, Alessio Netti
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Provide logging functionality.
//================================================================================
...
...
common/include/messaging.h
View file @
7beb1869
//================================================================================
// Name : messaging.h
// Author : Daniele Tafani
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Generic functions and types for DCDB MQTT messages
//================================================================================
...
...
common/include/mqttchecker.h
View file @
7beb1869
//================================================================================
// Name : mqttchecker.h
// Author : Alessio Netti
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Class that manages constraints for MQTT topic formatting.
//================================================================================
...
...
common/include/sensorbase.h
View file @
7beb1869
//================================================================================
// Name : SensorBase.h
// Author : Micha Mueller
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : General sensor base class.
//================================================================================
...
...
common/include/sensornavigator.h
View file @
7beb1869
//================================================================================
// Name : sensornavigator.h
// Author : Alessio Netti
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Provide simple representation of a sensor hierarchy.
//================================================================================
...
...
common/include/timestamp.h
View file @
7beb1869
//================================================================================
// Name : timestamp.h
// Author : Michael Ott
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Provides timestamp functionality.
//================================================================================
...
...
common/include/version.h
View file @
7beb1869
//================================================================================
// Name : version.h
// Author : Michael Ott
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : Header file defining DCDB's current version.
//================================================================================
...
...
common/src/RESTHttpsServer.cpp
View file @
7beb1869
//================================================================================
// Name : RESTHttpsServer.cpp
// Author : Micha Mueller
// Contact : info@dcdb.it
// Copyright : Leibniz Supercomputing Centre
// Description : General HTTPS server implementation intended for RESTful APIs.
//================================================================================
...
...
Prev
1
2
3
4
5
6
7
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment