Skip to content

MrNeither/graph_stream_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph server visualizer

Files structure

  • Server.java - implementation of GraphStream visualizer.
  • classpaths\ - contains classpaths to run GraphStream
  • layout.css - style for visualized graph
  • Makefile - makefile for using the project

Working with project

MAIN USAGE


To run the server type make. It will compile .java file and run it on the 8008 port.

To specify port type make PORT={desired port}.


Additional commands


  • compile_server - compile .class file
  • clean_compile - remove compiled .class file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.0%
  • Java 37.2%
  • Makefile 7.8%