This project is an in progress .NET implementation of the OGC SensorThings 1.0 spec server.
One of the main goals of this implementation has been to enable the embedding of a SensorThings server into a Xamarin.Android application.
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!
To get started running the server, take a look at the TestDriver.cs file.
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