Skip to content
Snippets Groups Projects
Select Git revision
  • 537a170b9a934e52f56affd0275637fe14292fe4
  • master default protected
  • develop
  • 29-update-to-angular-18
  • v18.0.0 protected
  • v16.0.0 protected
  • v15.0.0 protected
  • v14.0.5 protected
  • v14.0.4 protected
  • v14.0.3 protected
  • v14.0.2 protected
  • v14.0.1 protected
  • v14.0.0 protected
  • v13.0.0 protected
  • v12.0.3 protected
  • v12.0.2 protected
  • v12.0.0 protected
  • v12.0.1 protected
  • v11.0.1 protected
  • v11.0.0 protected
  • v10.2.0 protected
  • v10.1.0 protected
  • v10.0.0 protected
  • v9.0.0 protected
24 results

kypo-angular-topology-model

  • Clone with SSH
  • Clone with HTTPS
  • Topology Graph Model

    Topology Model is a library containing model of topology graph.

    Library contains model for

    • Node (SwitchNode, HostNode, RouterNode)
    • Node Port
    • Link
    • Enums

    It extends Node and Link D3.js model and therefore it can be used in apps using D3.js library.

    Prerequisites

    To use the library you need to have installed:

    Usage

    To use the model in your project follow these steps:

    1. Run npm install @muni-kypo-crp/topology-model
    2. Import model classes like usual, for example import { Node } from '@muni-kypo-crp/topology-model