UniSaSA  1.0
C# Library API
University of Salerno Sensor and Actuators

Introduction

This library is the entry point to use UniSaSA.
It allow to interface to gateway, MCUs, Sensors and Actuators easily and quickly.

The Classes Gateway, Device, Sensor and Actuator abstract hardware peculiarities so allow to use a uniform API for a variety of MCUs, sensors and actuators
a an example is Sensor.getValue() to get a sensor value.

QuickStart

This lib is distribuited with:

Porting

This API is been implemented in Python, C# and C++, look at unisasa/libraries/.