Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Backend solution to the Power over Ethernet Lighting Cybersecurity Vulnerabilities and Capabilities Analysis for the Spring 2019 IPRO

Notifications You must be signed in to change notification settings

poe-iit/poe-hubble-lighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POElighting

This project is the backend solution to the iPRO Power over Ethernet Lighting Cybersecurity Vulnerabilities and Capabilities Analysis.

Getting Started

In order to communicate with the PowerHUBB sensors the Igor Gateway Api is needed. It is included in this repo but for future reference it can be found here.

The full documention for the Igor API may be found here

In order to use the text messaging functionality, the Twilio package will need to be installed. This can be done through the Visual Studio Package Manager Console with the command

Install-Package Twilio

It can also be installed using .NET core command line tools by running this command within the project directory /POE_Single_Light/

$ dotnet add package Twilio

Helpful Api Documentation

LightSensorService - Documentation of the light sensor service, used to control the lights.

About

Backend solution to the Power over Ethernet Lighting Cybersecurity Vulnerabilities and Capabilities Analysis for the Spring 2019 IPRO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages