Giter Site home page Giter Site logo

IoT for PwC (iot4pwc)

This capstone project runs from September to December, 2017, with the goal of building a IoT test-bed at the Risk and Regulatory Services Innovation Center.

Getting Started

There are three components to this project:

  1. Service Platform
  2. Information Broadcaster
  3. Gamified Office

Prerequisites

System requirements

Tested on Ubuntu 16.04LTS

Installing the Service Platform

Get the most recent stable build and build the project:

git checkout master
git pull
cd src
mvn package

Note that you need to run scripts before you deploy the service. All scripts for service platform can be found in the scripts directory.

On the instance that will start the service platform:

source setup.sh

On the instance the runs mysql:

source mysql_setup.sh

On the instance the runs mosquitto (typically the same as the service platform):

source mosquitto_server.sh

To run the service platform locally:

java -jar servicePlatform-[VERSION_NUMBER]-SNAPSHOT-fat.jar

or, to just run parts of the platform, either distributedly or locally:

java -jar servicePlatform-[VERSION_NUMBER]-SNAPSHOT-fat.jar -dg
java -jar servicePlatform-[VERSION_NUMBER]-SNAPSHOT-fat.jar -sp

Note that the distributed version of the service platform is powered by Hazelcast, which can be very platform specific. We can only guarantee that the latest version of service platform can be run on AWS instances that are under the same vnet. Refer to Hazelcast if you want to configure it to support multicast on your local distributed instances.

Built With

  • Vert.x - The Java framework used
  • Maven - Dependency Management
  • Mosquitto - Used as a MQTT
  • Paho - Used to read from and write to the MQTT
  • Hikari - Support for connection pool for MySQL
  • MySQL

Authors

  • Tarun Khandelwal - Project Manager
  • Xianru Wu - Engineering Lead
  • Lydia Li - Engineering IC
  • Yan Wang - Engineering IC
  • Giovanni Burresi - Hardware Lead
  • Stefan Hermanek - Product Lead

License

[TBD]

Acknowledgments

  • [TBD]

iot4pwc's Projects

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.