http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / sonar.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="sonar" _label="Sonar">
4
5   <command arg="-root"/>
6
7   <string id="ping" _label="Ping Subnet" arg="-ping %"/>
8
9   <hgroup>
10     <number id="acount" type="spinbutton" arg="-team-a-count %"
11             _label="Simulation Team Members"
12             low="1" high="100" default="4"/>
13     <number id="bcount" type="spinbutton" arg="-team-b-count %"
14             _label="vs."
15             low="1" high="100" default="4"/>
16   </hgroup>
17
18   <string id="aname" _label="Team A Name" arg="-team-a-name %"/>
19   <string id="bname" _label="Team B Name" arg="-team-b-name %"/>
20
21   <!-- #### -ping-timeout [3000] -->
22   <!-- #### -ttl [90] -->
23
24   <!-- #### -font [fixed] -->
25   <!-- #### -background [#000000] -->
26   <!-- #### -sweep-color [#00FF00] -->
27   <!-- #### -scope-color [#003300] -->
28   <!-- #### -grid-color [#00AA00] -->
29   <!-- #### -text-color [#FFFF00] -->
30
31   <_description>
32 This program draws a simulation of a sonar screen.  Written by
33 default, it displays a random assortment of ``bogies'' on the screen,
34 but if compiled properly, it can ping (pun intended) your local
35 network, and actually plot the proximity of the other hosts on your
36 network to you.  It would be easy to make it monitor other sources of
37 data, too.  (Processes?  Active network connections?  CPU usage per
38 user?)  Written by Stephen Martin.
39   </_description>
40 </screensaver>