Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhromic/netstream-viewer-java
A NetStream (GraphStream) Live Graph Viewer written in Java
https://github.com/hhromic/netstream-viewer-java
Last synced: 12 days ago
JSON representation
A NetStream (GraphStream) Live Graph Viewer written in Java
- Host: GitHub
- URL: https://github.com/hhromic/netstream-viewer-java
- Owner: hhromic
- License: mit
- Created: 2014-08-28T17:43:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T13:41:53.000Z (almost 10 years ago)
- Last Synced: 2023-07-03T20:54:31.071Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
netstream-viewer-java
=====================A NetStream (GraphStream) Live Graph Viewer written in Java.
This small but handy program creates a live graph display for incoming NetStream [1] events. The underlying graph library is GraphStream [2] using a MultiGraph [3] implementation. For example, this viewer can be used with NetLogo [4] using the GraphStream NetLogo extension [5].
You can customize the included ```stylesheet.css``` file for your taste. Check the CSS reference for GraphStream [6]. You can adjust settings in the ```viewer.properties``` file such as the network port to use, drawing quality and some graph layout parameters.
References
----------1. https://github.com/graphstream/gs-netstream/wiki/NetStream-Manual
2. http://graphstream-project.org/
3. http://graphstream-project.org/api/gs-core/org/graphstream/graph/implementations/MultiGraph.html
4. https://ccl.northwestern.edu/netlogo/
5. https://github.com/graphstream/gs-netlogo
6. http://graphstream-project.org/doc/Tutorials/GraphStream-CSS-Reference_1.0/