AAct Network 1.0.6 Portable Fixed
this release is mainly a bug fix release. the implementation of stable network code has been the most important task since the first release. we do not try to add features nor interface changes. the only important change is the addition of transmitoptions to the dataoutputstream class. this interface is used for adding parameters like the maximum size of the packet. the most important bugfixes are: the dataoutputstream class implements serializable properly now.
the datainputstream class does not attempt to read bytes from the socket anymore.
the transmitoptions interface is properly implemented.
all datainputstream instances are closed on the same thread as the socket.
the nocopy flag is correctly propagated by the datainputstream and dataoutputstream classes.
AAct Network 1.0.6 Portable
netscape --netlogo=./../netlogo.jar --netlogo-jar=.jar --netlogo-opts=netlogo.jar=config=./netlogoconfig.xml --netlogo-opts=netlogo./actions.jar=netlogo-ns.jar=netlogo.jar=.jar the first time you run the network, the following command may need to be run:
netscape --netlogo-opts=netlogo.jar=config=./actions.xml --netlogo-opts=netlogo./netlogo.jar=netlogo-ns.jar=netlogo.jar=../.jar how to stop the simplest way to stop the network is to kill the netlogo process, this will cause all the turtles to stop.
killall netscape killall netscape-netlogo notes -the network will start after a restart, if it does not. -running netscape on another machine will not start the network. -the support and people behind the network are unavailable.