GithubHelp home page GithubHelp logo

cini_streetlamp_client's Introduction

HELIOS Lamp Simulator

This repository contains an implementation of a client of HELIOS system and it simulates the source of continuous data coming from the sensor network where nodes are the city's lamps. The purpose of this client is testing performance of HELIOS system, offering an high load of input data. This application is called CINI_StreetLamp_Client, because it implements the source data simultor of a project for the CINI Smart City University Challenge.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Maven - Dependency Management to build the system

Compile

To compile code with all dependencies and create the executable Java file .jar, first change the current directory to the main directory of the project:

~$ cd {$HELIOS_CLIENT_HOME} 
{$HELIOS_CLIENT_HOME}$ mvn clean validate compile test package org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly 

Now .jar file is created in {$HELIOS_CLIENT_HOME}/target.

Execution

To run locally the client, change the current directory in {$HELIOS_CLIENT_HOME}/target and execute

{$HELIOS_CLIENT_HOME}/target$ java -jar CINI_StreetLamp_Client-1.0-jar-with-dependencies.jar <rabbitHost>

where is the hostname of the input RabbitMQ queue where this application will send messages on and it can be:

  • hostname of Docker container where RabbitMQ server is deployed on, if HELIOS system is running locally
  • hostname of Load Balancer of the Cloud cluster where HELIOS system is deployed on if it is running in production

Versioning

We use Git for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

cini_streetlamp_client's People

Contributors

ovidanielb avatar trillaura 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.