lathoub / FROST-Server

A Complete Server implementation of the OGC SensorThings API

Home Page:https://fraunhoferiosb.github.io/FROST-Server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FROST-Server Build Status Codacy Badge Docker badge

FROST-Server Logo

A Server implementation of the OGC SensorThings API. The FRaunhofer Opensource SensorThings-Server is the first complete, open-source implementation of the OGC SensorThings API Part 1: Sensing. It now also includes preliminary actuation support.

FROST & the Log4J2 Log4Shell vulnerability
FROST-Server is not vulnerable to the Log4J2 zero day vulnerability CVE-2021-44228. See Issue 671 for details.

Downloading

Instead of compiling the server yourself, you can also download pre-built war and jar files from:

Or you can use Docker.

Documentation

Documentation can be found on the documentation site

Kubernetes (Helm) support

See helm/frost-server/README.md for how to use the FROST-Server Helm chart for a Kubernetes deployment.

Standalone Spring Boot

If you prefer to not use Tomcat, Kinota Server is a Spring Boot application that makes it easy to run Fraunhofer IOSB FROST-Server in cloud environments.

Compiling

To compile FROST-Server you need to have a JDK and Maven installed.

  1. Checkout the project from github: git clone https://github.com/FraunhoferIOSB/FROST-Server.git
  2. Go to the project root (The top-most directory with a pom.xml) cd FROST-Server
  3. Give the command mvn clean install. This should build the war and jar files in:
  • FROST-Server.MQTTP/target/
  • FROST-Server.HTTP/target/
  • FROST-Server.MQTT/target/

Authors

Hylke van der Schaaf hylke.vanderschaaf@iosb.fraunhofer.de

Michael Jacoby michael.jacoby@iosb.fraunhofer.de

License

Copyright (C) 2016 Fraunhofer Institut IOSB, Fraunhoferstr. 1, D 76131 Karlsruhe, Germany.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A Complete Server implementation of the OGC SensorThings API

https://fraunhoferiosb.github.io/FROST-Server/

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.0%Language:PLpgSQL 0.6%Language:HTML 0.2%Language:Shell 0.1%Language:Mustache 0.0%Language:Dockerfile 0.0%