Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 819 Bytes

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.