{"id":20589068,"url":"https://github.com/ciscodevnet/next","last_synced_at":"2025-07-20T05:32:50.872Z","repository":{"id":94917941,"uuid":"55023699","full_name":"CiscoDevNet/NeXt","owner":"CiscoDevNet","description":"Mirror of the OpenDaylight NeXt UI Toolkit gerrit project","archived":false,"fork":false,"pushed_at":"2016-04-25T17:13:51.000Z","size":8646,"stargazers_count":48,"open_issues_count":0,"forks_count":16,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-05-22T17:34:57.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wiki.opendaylight.org/view/NeXt:Main","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CiscoDevNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-30T01:48:06.000Z","updated_at":"2025-04-25T06:17:11.000Z","dependencies_parsed_at":"2023-05-07T06:36:10.710Z","dependency_job_id":null,"html_url":"https://github.com/CiscoDevNet/NeXt","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CiscoDevNet/NeXt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2FNeXt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2FNeXt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2FNeXt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2FNeXt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiscoDevNet","download_url":"https://codeload.github.com/CiscoDevNet/NeXt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2FNeXt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T07:27:42.746Z","updated_at":"2025-07-20T05:32:50.812Z","avatar_url":"https://github.com/CiscoDevNet.png","language":"JavaScript","readme":"# NeXt UI Framework\n\nNeXt UI toolkit is an HTML5/JavaScript based toolkit for network web application. It provides a network centric topology UI component featuring high performance and rich functionality. NeXt can display large complex network topologies, aggregated network nodes, traffic/path/tunnel/group visualizations and it includes different layout algorithms, map overlays, and preset user friendly interactions. NeXt can work together with DLUX to build ODL apps.\n\nHomepage : https://wiki.opendaylight.org/view/NeXt:Main\n\nUI Toolkit Quicklook : https://www.youtube.com/watch?v=gBsUDu8aucs\n\nCurrent version : 0.9\n\n## Key Features\n\n* Large complex network topologies\n* Aggregated network nodes\n* Traffic/path/tunnel/group visualizations\n* Different layout algorithms\n* Map overlays\n* Preset user-friendly interactions\n\n## File structure\n```\nnext/\n  |- css/\n  |  |- next.css // next stylesheet file\n  |  |- next.min.css // minimized stylesheet file\n  |  |- next-componentized.css\n  |  |- next-componentized.min.css\n  |- js\n  |  |- next.js // next js library\n  |  |- next.min.js // minimized js library\n  |- fonts/ // font resources foler\n  |  doc/ //APi manual\n  |- README.md\n```\n\n## Quick start\n\n1) Create a HTML file.\n\n```HTML\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003clink rel=\"stylesheet\" href=\"css/next.css\"\u003e\n        \u003cscript src=\"js/next.js\"\u003e\u003c/script\u003e\n    \u003c/head\u003e\n    \u003cbody\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n    //next code\n    \u003c/script\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n\n2) Edit next code\n\n```javascript\n// Initialize a topology component\nvar topo = new nx.graphic.Topology({\n});\n\n// Create new app\nvar app = new nx.ui.Application();\n\n// Attach topo to app\ntopo.attach(app);\n```\n\n3) Open html file with Chrome\n\n### Tutorials and Sample code\n\nTutorials : https://wiki.opendaylight.org/view/NeXt:Main\n\nOpendaylight sample code intergrate DLUX with NeXt: https://github.com/CiscoDevNet/opendaylight-sample-apps\n\nBIERMAN : https://github.com/zverevalexei/bierman-gui\n\n## Build instructions from source code\n\nGit :  https://git.opendaylight.org/gerrit/p/next\n\n### Environment requirements\n\n[Node](https://nodejs.org/en/)\n\n### build process\n* npm install\n* grunt\n\n## Who's Using NeXt\n\n* Cisco\n* Verizon\n* AT\u0026T (DIRECTV)\n\nAre you NeXt?\n\n## Bugs\n\n[Open Bugs](https://bugs.opendaylight.org/buglist.cgi?bug_status=__open__\u0026product=next)\n\n## Team\n\n* Aikepaer Abuduweili (aaikepae@cisco.com)\n* Kang Li (lkang2@cisco.com)\n* Alexei Zverev (alzverev@cisco.com)\n* Xu Yangyang(yangyxu@cisco.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fnext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciscodevnet%2Fnext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fnext/lists"}