Giter Site home page Giter Site logo

veridevops / mmt-operator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 52.96 MB

License: Apache License 2.0

Dockerfile 0.01% JavaScript 87.95% Handlebars 0.06% Python 0.04% CSS 5.70% Ruby 0.01% Less 1.92% PowerShell 0.01% HTML 3.68% SCSS 0.42% Shell 0.01% EJS 0.08% Pug 0.15%

mmt-operator's Introduction

MMT

Introduction

MMT Operator is a Web application writting in Nodejs. It receives the protocol stats generated by MMT-Probe, saves them in a MONGO database and allows the user to visualize them in graphical charts.

Pre-Requisites

This chain of tools depends on the following packages:

1. Nodejs

Follow the instruction on nodejs.org: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions

2. Mongo DB >= mongo 3.4

Follow the procedure described on the following link to install the latest version of Mongodb: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/

Usage

 cd www
 
 #update configuration in config.json if need
     
 #start
 npm start
 # use another configuration file
 node bin/www --config=test.json

An option in the configuration file can be overriden by giving a new parameter when running operator, for example:

 cd www
 node bin/www --config=test.json -Xdatabase_server.host=10.0.0.2 -Xlocal_network.0.ip=192.168.1.0

X parameter is in format: attribute=value where:

  • attribute
  • value is a primitive value: number, string. It must not be an Object or Array.

Once MMT-Operator is up and running, open your favorite Web browser and goto

localhost:8080

MMT-Attack-Generator

To start GUI of MMT-Attack

npm run attack

Build debian deb file of MMT-Operator

    # one will get a deb file such as www/dist/mmt-operator_1.6.2_05c27df_2017-05-05.deb
    npm run build-deb

mmt-operator's People

Contributors

bachwehbi avatar luongnv89 avatar nhnghia avatar pcarvallo avatar vinhhoala avatar

Watchers

 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.