Skip to content

graphstream/gs-source-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GS Source HTTP

This is a source for GraphStream that allows to control a graph from a web browser. Control is done calling the following url : http://host/graphId this is a rest api so you have to provide information for all parameters e.g. :id

  • /node with the following http requests
    • /:id post: add a Node
    • /:id delete: delete a Node
  • /edge with the following http requests
    • /:id/:from/:to/:directed post: add Edge
    • /:id delete: add Edge
  • /step/:step post: take given steps

dependencies

the gs-core dependency is marked as "provided" in the maven configuration, so don't forget to add gs-core to any project's dependencies that would use gs-source-http.

License

See COPYING.

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
Unknown
LICENCE.CECILL-C
LGPL-3.0
LICENCE.LGPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%