The standalone VICINITY Open Gateway API enables your IoT infrastructure to interconnect with other IoT infrastructures and services through VICINITY P2P Network by using HTTP REST requests. Among its features there are devices and services registration, retrieving and setting a property on remote objects, executing an action, or subscribing to an event channel and receiving asynchronously fired event whenever one is published.
This “simple:)” get started guide provides step by step approach to integrate IoT infrastructure in VICINITY.
https://vicinity-get-started.readthedocs.io/en/latest/getstarted.html
For more information about HTTP REST requests please visit complete REST API description. https://vicinityh2020.github.io/vicinity-gateway-api/#/
For the VICINITY Gateway API issues please follow: https://github.com/vicinityh2020/issue-tracking/issues?q=is%3Aissue+is%3Aclosed
Run static analyzer SonarQube
mvn sonar:sonar
-Dsonar.projectKey=YOUR-PROJECT-NAME
-Dsonar.host.url=YOUR-HOST
-Dsonar.login=YOUR-TOKEN