GithubHelp home page GithubHelp logo

master-stream-processing-simulation-java's Introduction

Master - Stream Processing

Simulation Part

This project simulates a building.
The Simulation is heavily simplified and used to generate Data, we use this Data to get in touch with stream processing. See the python program for more information.

The generated data will be send via a socket connection.
Every simulated Sensor has it own Socket connection.

We simulate a detached house with an off-grind photovoltaic system.
The energy simulation is based on the Photovoltaic Geographical Information System with the location Wolfenbüttel, Germany.

Simulated Senors:

Sensor Port Send interval
in second (Simulation Time)
Description
Sim Time Sensor 54000 1 Send the current Simulation Time as java Timestamp
Temperature Sensor 54001 10 * 60 The outside Temperature in K
Barometer 1 54002 12 * 60 The outside air pressure in hPa
Barometer 2 54003 12 * 60 The outside air pressure in hPa
Barometer 3 54004 12 * 60 The outside air pressure in hPa
Air quality 54005 60 The C02 portion of the living room in ppm
Air quality 54006 60 The C02 portion of the bathroom in ppm
Air quality 54007 60 The C02 portion of the bedroom in ppm
Air quality 54009 60 The C02 portion of the kitchen in ppm
Window States 54010 10 The windows states in the living room as booleans
Window States 54011 10 The windows states in the bathroom as booleans
Window States 54012 10 The windows states in the bedroom as booleans
Window States 54013 10 The windows states in the kitchen as booleans
Energy Consumption 54014 60 The Energy Consumption of the hole Building in kW
Photovoltaic Produce 54015 60 The Energy that is currently produced by the photovoltaic system in kW
Battery state 54016 60 Send the currently stored and the maximum usable capacity in kWh
All velures are send as JSON string

Dynamic Settings

You can change some settings like simulation speed, window states or the current simulation time even if the simulation is currently running!
See settings.conf for more information

master-stream-processing-simulation-java's People

Contributors

ixlikro avatar

Watchers

James Cloos avatar  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.