Coder Social home page Coder Social logo

connectus's Introduction

Connectus

About

Connectus is a peer to peer energy sales platform integrated with registered smart meters to monitor and control energy use.

Users can register their meters for energy sales and/or make a reservation at an existing meter. During their reservation time, a user can turn the outlet on/off and monitor their energy usage. Connectus uses the Modlet TE1010 smart meter from ThinkEco, Inc. as a prototype for monitoring and controling energy use. Coming this week, econnectus.co will host the app and demo hardware features.

Tech Stack

  • Front End
    • React with Flux -- Utilizes unidirectional data flow for a modular, scalable app
    • GoogleMaps API -- Shows outlets by user input location
    • Bootstrap and Less -- Increases speed of styling and development
  • Back End
    • MySql with Bookshelf.js -- Allows a complex relationship structure for user and meter information and their corresponding reservations and transactions
    • Socket.io -- Implements real-time data transfer between Modlet and the front end
    • BrainTree -- Incorporates both credit card and PayPal services
    • Passport -- Authorizes user with Facebook OAuth

App Structure Notes

  • Flux utilizes unidirectional data flow using Actions, Dispatchers, Stores and Views for efficient DOM manipulation
  • There are two servers -- the server and the powerServer. The server interfaces with the database and the powerServer maintains communication with hardware.
  • Connectus can run without a hardware connection, the only impact is a user cannot turn an outlet on/off or see live data updates
  • Database structure and relationships Schema and relationships

Development

  • Web App
    • Fork the repo.
    • Clone from your fork
    • npm install
    • bower install
  • Database
    • Install mysql (or brew install mysql) and start the mysql service with mysql.server start
  • Hardware
    • Connectus uses the Modlet TE1010 smart meter from ThinkEco, Inc. as a prototype for monitoring and controling energy use
    • To interface with the Modlet, use mcolyer's hacklet program and follow instructions for integration
    • Turn on the Modlet and type "hacklet commission" into the terminal
  • Run the App
    • gulp
    • nodemon server/server.js
    • nodemon powerServer/powerServer.js

Team

Product Owners: Sean Connor, Valerie Liang
Scrum Masters: Jammie Mountz, Dianna Faulk

connectus's People

Contributors

vliang63 avatar soundswarm avatar jammiemountz avatar

Watchers

James Cloos avatar

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.