-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable the support of complex IoT data #591
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…he database and adds pseudo operator scripts to simulate complex data
…alization possibility
… method display bug for chrome browser
…ents to access and alter easily complex iot data
# Conflicts: # src/main/java/de/ipvs/as/mbp/repository/ValueLogRepository.java # src/main/resources/static/js/controllers/operators/OperatorListController.js # src/main/resources/static/js/directives/charts/HistoricalChart.js # src/main/resources/static/js/directives/charts/LiveChart.js # src/main/webapp/WEB-INF/views/index.html # src/main/webapp/WEB-INF/views/templates/operators.html # src/main/webapp/WEB-INF/views/templates/sensor-id.html
…tion settings also for the new modular geo map visualization
# Conflicts: # src/main/webapp/WEB-INF/views/templates/operators.html
# Conflicts: # src/main/java/de/ipvs/as/mbp/repository/OperatorRepository.java # src/main/webapp/WEB-INF/views/index.html
# Conflicts: # src/main/java/de/ipvs/as/mbp/service/receiver/ValueLogReceiverArrivalHandler.java
…fault components scripts as well as the rerun operator script (jars in simulation folder still missing)
…data model hint to home.html. Fix bug regarding the mbp_client.py file and corresponding user scripts.
… rerun strategy with a physical testing device
schneiti
changed the title
Draft: Enable the support of complex IoT data
Enable the support of complex IoT data
Sep 5, 2021
…nging the MQTT payload in case of sensor value transmission
schneiti
commented
Sep 14, 2021
schneijan
requested changes
Dec 3, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, only found some minor issues to consider before merge.
src/main/java/de/ipvs/as/mbp/repository/DataModelTreeCache.java
Outdated
Show resolved
Hide resolved
src/main/java/de/ipvs/as/mbp/service/cep/engine/esper/EsperCEPEngine.java
Outdated
Show resolved
Hide resolved
src/main/java/de/ipvs/as/mbp/domain/access_control/ACDoubleAccuracyEffect.java
Show resolved
Hide resolved
src/main/java/de/ipvs/as/mbp/domain/data_model/IoTDataTypes.java
Outdated
Show resolved
Hide resolved
src/main/java/de/ipvs/as/mbp/domain/data_model/treelogic/DataModelTree.java
Outdated
Show resolved
Hide resolved
src/main/resources/static/plugins/jsonpath/index-browser-umd.js
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds functionality for the support of complex sensor data. This includes compound data types and a larger selection of primitive data types.
Main additions (short version):
Steps to bind sensors/actuators to the MBP properly:
As this new version of the MBP adds new required fields to existing database entities it is necessary or at least recommended to drop the local MongoDB collections (at least for the collections: mongoValueLogs, operator, sensor, actuator).
MBP/resources/adapter-scripts/complex_iot_data_stub/
Visualize sensor data
Configure conditions for CEP.
Monitoring operators
Closes #17, #531, #530, #529, #528, #500, #501, #508, #509, #510, #511, #515, #514, #607, #621, #619, #620