Cotiso,

This is one area where NetLogo's current capabilities are somewhat lacking. 
There are no built-in capabilities to do this in NetLogo, nor do we have 
plans to add any in the immediate future.

You have a few options: one is writing a custom extension. You can find 
more information about this on this wiki page 
<https://github.com/NetLogo/NetLogo/wiki/Extensions-API>. Note that this 
page will have some substantial changes coming soon as we're updating our 
extensions API in the next version of NetLogo.

Another option you might consider is applying an existing extension to your 
situation. The two community extensions that spring to mind are the SQL 
Extension <https://github.com/NetLogo/NetLogo/wiki/Extensions#sql> and the 
ActiveMQ 
extension <https://github.com/NetLogo/NetLogo/wiki/Extensions#activemq>. 
These extensions would allow transferring data between models via a third 
party (a sql server and an activeMQ server respectively).

I'm happy to dive into greater depth on either of the above approaches if 
you would like.

Thanks,

Robert Grider

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to