AquaticInformatics / aquarius-field-data-framework

A plugin framework for creating field data parsers for AQUARIUS Time-Series
Apache License 2.0
4 stars 15 forks source link

AQUARIUS Time-Series Field Data Framework

Build status

The Field Data Framework for AQUARIUS Time-Series provides an SDK which can be used to develop custom field visit file parsers to work with AQUARIUS Time-Series 2017.4-and-higher.

Need to install a plugin on your AQTS app server?

If you find yourself here because you need to install a plugin on your server, then you should use the System Config page to install the plugin.

Install With System Config

Many plugins come pre-installed, and simply need to be enabled using the System Config page.

You can skip reading the remaining sections below, since they are intended for software developers using the framework to developer their own custom field data plugins.

Useful tools ready for download

Each release of the framework also includes some tools useful to AQTS customers, without requiring any programming knowledge.

Installing the framework SDK

This framework is available as a NuGet package.

PM> Install-Package Aquarius.FieldDataFramework

Adding the Aquarius.FieldDataFramework as a dependency to your .NET project will install:

Documentation

A developer guide is available here.

Getting Help

See the Wiki for answers to common questions.

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

See Contributing.