GithubHelp home page GithubHelp logo

horizon's Introduction

Configurazioni

  • npm install timer-browserify
  • npm install stream-browserify
  • npm install react-app-rewired --save-dev
  • modifica il file node_modules/react-scripts/config/webpack.config.js

Modifica

resolve: { fallback: { "timers": require.resolve("timers-browserify"), "stream": require.resolve("stream-browserify") } ... }

Tutto è stato poi automatizzato nel file config-overrides.js

Lanciare opensand server a mano

  • sudo apt-get install opensand
  • opensand -g /var/opensand/www -> crea gli xsd
  • sudo python3 /var/opensand/opensand-conf/backend.py -> fa partire server http

I file dei progetti sono salvati di default dal server in /var/opensand/www Ricorda la versione di node 18.16.1 -> installato tramite nvm

Lancio horizon

  • manca d3-drag
  • manca d3-force
  • manca d3-zoom
  • manca d3-shape
  • manca d3-brush
  • manca d3

horizon's People

Contributors

lucafiscariello avatar

Watchers

 avatar

horizon's Issues

Login

Login tramite oauth

Collegamento st-gw-sat

Quando aggiungo un st a un gw gia collegato a un sat ,non ci deve essere cambiamento di colore

Rispetto vincoli quando si crea un collegamento di entità

  • se collego tre entità possono essere st gw e sat
  • con due entità posso collegare un gw e un sat -> add spot
  • con due entità posso collegare un gw e st -> add router
  • con due entità posso collegare due sat -> isl
  • con più entità posso collegare un sat e più gw -> più add spot
  • con più entità posso collegare un gw e più sat -> più add router
  • con più entità posso collegare piu satelliti -> isl

Implementazione

  • Crea una calsse che gestisce i vincoli.
  • Implementa un metodo per verificare tutti i vincoli.
  • Crea una funzione per ogni vincolo.
    Il vincolo verifica se le entità selezionate sono valide. Se sono valide aggiunge la rotta o lo spot. Se l'aggiunta va a buon fine restituisce true.

Eliminazione entità

Eliminazione di un nodo non permessa se prima non si elimina uno spoteliminazione di un nodo non permessa se prima non si elimina uno spot

Creazione entità

Quando si crea un entità, verificare che non ne esista una con lo stesso nome

Id entità

Quando aggiungo un entità devo modificare automaticamente l'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.