Skip to content

NetLogo/SendTo-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send-To

What is it?

A NetLogo extension that lets you send string data outside of your NetLogo model. Right now the only options is to send to a text file, using the send-to:file primitive.

Primitives

Prim Name Arguments Behavior
file fileName contents Saves the contents string as the file fileName. Depending on the platform, the user may get a chance to change the file name before it is saved. If a file with the given name already exists, it may be overwritten.

Building

Open it in SBT. If you successfully run package, send-to.jar is created.

Terms of Use

CC0

The NetLogo Send-To extension is in the public domain. To the extent possible under law, Uri Wilensky has waived all copyright and related or neighboring rights.

About

A NetLogo extension for sending string data outside of a model

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages