Skip to content
Snippets Groups Projects
Select Git revision
  • a6c5b3e58e8dea8549b9ec0a57accd30898f9a26
  • 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 @kypo/topology-model
    2. Import model classes like usual, for example import { Node } from '@kypo/topology-model