New version based on Vert.x tools.
|
|
1 年間 前 | |
|---|---|---|
| config | 4 年 前 | |
| connector-app | 4 年 前 | |
| connector-core | 4 年 前 | |
| connector-model | 4 年 前 | |
| connector-module-afarcloud | 4 年 前 | |
| connector-module-ima | 4 年 前 | |
| connector-module-senslog1 | 4 年 前 | |
| doc | 4 年 前 | |
| gradle | 4 年 前 | |
| postman | 4 年 前 | |
| src | 4 年 前 | |
| .gitignore | 5 年 前 | |
| .gitlab-ci.yml | 4 年 前 | |
| Dockerfile | 4 年 前 | |
| README.md | 4 年 前 | |
| build.gradle | 1 年間 前 | |
| docker-compose.yaml | 4 年 前 | |
| gradlew | 4 年 前 | |
| gradlew.bat | 4 年 前 | |
| settings.gradle | 4 年 前 |
A connector providing standardized interface for components outside the AFarCloud architecture and connecting internally to API of AFarCloud component will be designed and developed. The main goal of this OGC2AFC Connector is to receive and publish sensor data e.g. from general sensors, collars. The OGC2AFC Connector connects to the AFarCloud REST Server and transforms requests specified by the OGC SensorThings standard to the requests defined by the REST Server API.
This software was created as a part of the ECSEL JU project 783221 Aggregate FARming in the CLOUD (AFarCloud).
Requirements: Gradle
./gradle build
Requirements: Java 8+
java -cp "bin/libs/*" io.connector.Main -cf config/ogc2afc.yaml -p <port>
docker build -t <image_custom_name> --build-arg config_file=<yaml_file> --build-arg port=<server_port> -f ./docker/Dockerfile .
docker run --name <container_name> -p <host_port>:<server_port> <image>
http://www.<domain>:<port>/api/AFarCloud/OGCSensorThings/Things