Sample map view config file - map.tcl
# file for the tracker map view describing the locations of
# machines, and bitmaps for agents and machines
# bitmap files for the machines
set machineXBM(tioga.cs.dartmouth.edu) "notebook.xbm"
# machine positions on the map
# if an unknown machine is encountered during a tracking run,
# the tracker will ask for its position
set machines(tioga.cs.dartmouth.edu) { 20 20 }
set machines(informix.dartmouth.edu) { 300 45 }
set machines(actcomm.thayer.dartmouth.edu) { 300 320 }
set machines(m.cs.dartmouth.edu) { 30 270 }
set machines(muir.cs.dartmouth.edu) { 200 150 }
set machines(bald.cs.dartmouth.edu) { 400 150 }
set machines(q.cs.dartmouth.edu) { 20 470 }
# bitmap files for named agents
# These do change on the map if an agent is renamed
set agentXBM(joe) "kuku.xbm"
set agentXBM(newman) "pir.xbm"
set agentXBM(kukuson) "kukuson.xbm"
set agentXBM(pirate) "pir.xbm"
set agentXBM(track) "anon.xbm"
set agentXBM(james_bond) "bond.xbm"
set agentXBM(demo) "demon.xbm"
set agentXBM(operative) "op.xbm"
Alex Iliev
Last modified: Sun Dec 13 11:57:49 1998