Skip to content

ahmedboudarbala/gs-netlogo

 
 

Repository files navigation

gs is a NetLogo extension connecting NetLogo to other applications supporting the NetStream protocol, such as GraphStream-based applications. NetLogo agents can use its primitives to send graph events. By receiving and processing these events, the external application can maintain and analyze a dynamic graph view of a NetLogo simulation. The nodes of this graph correspond to the turtles and its edges are the links between them. The agents can also receive graph events from external applications and use them to take their decisions.

Check the wiki for more information about this extension.

Building

Use the netlogo-6.3.0.jar.url environment variable to tell sbt which NetLogo.jar to compile against (defaults to NetLogo 6.3). For example:

sbt -Dnetlogo-6.3.0.jar.url=file://"/home/.../Desktop/NetLogo 6.3.0/lib/app/netlogo-6.3.0.jar" package

If compilation succeeds, gs.jar will be created.

About

GraphStream extension for NetLogo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • NetLogo 60.8%
  • Java 37.4%
  • Scala 1.8%