Open Source
atcl.txt
Associated article: Agent Tcl
Tags: Open Source Mobile
Published source code accompanying the article by Robert S. Gray in which he discusses Agent Tcl, a mobile agent system that migrates under its own control from machine to machine in a heterogeneous network.
_Agent Tcl_
by Robert S. Gray
Listing One
# procedure WHO is the child agent that does the jumping
proc who machines {
global agent
set list ""
# jump from machine to machine and execute Unix who command on each machine
...


