Giter Site home page Giter Site logo

structuremonitoring's Introduction

Hi there ๐Ÿ‘‹

structuremonitoring's People

Contributors

bogait01 avatar dependabot-preview[bot] avatar dependabot[bot] avatar imgbotapp avatar robintty avatar swtm-them avatar xhotzkin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

structuremonitoring's Issues

Unit Tests fail due to connection error

All unit tests that need to be performed remotely on the raspberry pi fail due to a connection error. Given error message is: "Failed to initialize client proxy: could not connect to test process".
MSDN issue: Link

Add tutorial to web interface

A tutorial should be added to the web interface to make it easier for users to get started. It should explain the basic interaction with the interface and managing of devices.

Implement IoC and DI via Autofac

Implement inversion of control and dependency injection via Autofac to trivialize swapping of sensors for instance. Using a new sensor should be accomplishable by swapping a registration in the container builder. This also simplifies further expansion of functionality.

Migrate UWP app to .Net Core

The Raspberry Pi application is currently built with UWP. It would be highly beneficial to switch to .Net Core for platform Independence.

  • Check availability of device and sensor libraries
  • Migrate sensor libraries
  • Migrate configuration loading procedure to appropriate alternative
  • Update documentation
  • Test Linux deployment

DateTime.Now does not return the real current time

var telemetry = new TelemetryData();
var measurement = await _dht.GetReadingAsync().AsTask();
if (measurement.IsValid)
{
telemetry.Temperature = measurement.Temperature;
telemetry.Humidity = measurement.Humidity;
telemetry.Timestamp = DateTime.Now;
StatusLed.TurnOn();
Debug.WriteLine("Temp: " + telemetry.Temperature + " Humidity: " + telemetry.Humidity + " Timestamp: " + telemetry.Timestamp);

The RaspberryPi running Windows IoT Core, doesn't sync time correctly/at all. Therefore DateTime.Now doesn't return the correct current local time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.