GithubHelp home page GithubHelp logo

mincloud1501 / network_topology Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 28.6 MB

SpringToolSuite를 활용한 IP망 토폴로지 구현 및 개발 이슈사항에 관한 연구

License: MIT License

Java 22.78% HTML 33.82% CSS 8.20% JavaScript 34.69% Python 0.52%
network-topology

network_topology's Introduction

Network Topology Project

STS4  vis   

■ Goal

  • Spring Tool Suite4 Framework에서 Vis Open Source Script를 이용하여 Network Topology를 구현하고, 예상되는 이슈 사항을 도출하고자 함.

[Controller.java]

@Controller
@RequestMapping("/pages/*")

public class PageController {
...
	@RequestMapping("/charts/topology5")
    public String viewTopology5() {
        return "/pages/charts/topology5"; 
    }
...

[topology.jsp]

<script src="../../resources/dist/js/vis.js"></script>
<script src="../../resources/dist/js/animateTraffic.js"></script>
<script src="../../resources/map/jquery-1.10.2.min.js"></script>
<script src="../../resources/map/d3.map.min.js"></script>
<script src="../../resources/map/topojson.min.js"></script>
<script src="../../resources/map/showkrmp.js" type="text/javascript"></script>

<link rel="stylesheet" href="../../resources/dist/css/vis-network.min.css"/>
<link rel="stylesheet" type="text/css" href="../../resources/map/showmaps.css">

[Topology_Region] topology1

[Topology_Inter_Region] topology2

[Full_Topology] full_topology

■ Issue

※ Loading Time 저하

  • DB Tabel/View 구조 자체의 한계 : 개별 인터페이스 정보를 View Table을 이용해 쌍을 이루어 링크 정보 구성
  • Library 자체의 Rendering Time : Node 및 Link 개수가 증가할 수록 부하가 큼
  • SQL Tunning 필요
  • Static/Dynamic 정보 분류 : Static 정보는 Web Server에서 Cache 처리 필요 (ex: 정보센터 View...)

※ Topology View 권한 분류

  • 사용자 권한별 Topology View를 구분하여 Loading Time에 따른 VoC 감소 필요

network_topology's People

Contributors

mincloud1501 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.