Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PAR-Government/sensor-things-server
Implementation of OGC SensorThings server in .NET that is suitable for being embedded into Xamarin
https://github.com/PAR-Government/sensor-things-server
crossplatform csharp embedded iot sensorthings
Last synced: 3 months ago
JSON representation
Implementation of OGC SensorThings server in .NET that is suitable for being embedded into Xamarin
- Host: GitHub
- URL: https://github.com/PAR-Government/sensor-things-server
- Owner: PAR-Government
- License: lgpl-2.1
- Created: 2021-08-19T14:20:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T17:21:36.000Z (7 months ago)
- Last Synced: 2024-07-04T05:53:20.204Z (4 months ago)
- Topics: crossplatform, csharp, embedded, iot, sensorthings
- Language: C#
- Homepage:
- Size: 318 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sensorthings-api - sensor-things-server
README
# Introduction
This project is an in progress .NET implementation of the [OGC SensorThings 1.0 spec](http://docs.opengeospatial.org/is/15-078r6/15-078r6.html) server.One of the main goals of this implementation has been to enable the embedding of a SensorThings server into a Xamarin.Android application.
# Benefits
The primary benefits of this implementation is that it allows a SensorThings server to be embedded where ever .NET can run. For example, the server may be embedded into an Android service, or it may be run on Windows, Linux, or Mac!# Getting Started
To get started running the server, take a look at the [TestDriver.cs](https://github.com/PAR-Government/sensor-things-server/blob/master/TestDriver/Driver.cs) file.# Known Deficiencies
The following capabilities defined in the spec are not yet implemented at this time:
* Deep tree creation of entities
* Enforcement of associations between entities
* Query/filter capabilities