GithubHelp home page GithubHelp logo

netgroup-polito / mdo2frog4 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 426 KB

This repository contains a virtualizer module that enables communication between Escape and the FROGv4 orchestrator

Makefile 0.02% Python 99.98%

mdo2frog4's People

Contributors

francesco9911 avatar ivanocerrato avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

reliablelion

mdo2frog4's Issues

Examples

  1. Write a short text in the main readme about examples, and move the documentation of the examples in the proper folders.
  2. Why there are more examples (.e., XML) than the documented ones?

Log file

I suggest to not use print on the project but to use the logging python class that helps to generate a log file.

Cleaning repo

The repository contains a lot of compiled files (.pyc), it is better to remove them and use a .gitignore file to avoid to deploy them again.
The main and only file of the project contains a lot of commented lines, it is better to remove the ones not used anymore.

Update readme

The readme has wrong unused requirements to install (various C libraries).
It also specifies to use ubuntu 14.04, but it should be python and it should be compatible with the latest version of ubuntu.

Remove "universal node" from the repository

The "universal node" term is used in several places, also in the code (e.g., virtualizer.py).
Remove it, as we're controlling a generic FROG4 domain, not just the universal node.

Frog4-orchestrator contacted in a wrong way

When a graph is sent to the frog4-orchestrator, the mdo2frog4 authenticate itself and then try to send the graph through a PUT to the /NF-FG resource, receiveing a 405 http bad response.
However based on the frog4-orchestrator REST api, the only http methods allowed are:

  1. POST /NF-FG
  2. PUT /NF-FG/{nffg_id}

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.