Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 596 Bytes

Readme.md

File metadata and controls

26 lines (17 loc) · 596 Bytes

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 run_server. It will compile .java file and run it on the 8008 port.

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


Additional commands


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