| Project Team | A brief description | Documentation | Download | Installations Notes | Contact Info |
| Maria Barra | Tania Cillo | Antonio De Santis |
| Umberto Ferraro Petrillo | Alberto Negro | Vittorio Scarano |
java webPlayer
and then change the name of the server (actually the server for the
webPlayer is the Collector so include the hostname where the Collector
is running!) and then click on the icon on the right. Then select the
channel required, wait 30-60 seconds and enjoy it!.
In the download, we also include jazz.mid and cool.mid (beware! this is large!) MIDI tracks that must be placed on a Web server to be read by webPlayers. The location of the midi file used to play must be included into the Apache httpd.conf configuration file.
AddModule modules/extra/mod_musical_log.o
./Configure
make
$ cd /path/to/3rdparty
$ apxs -c mod_musical_log.c
$ apxs -i -a -n musical_log mod_musical_log.so
If no new line is added to the Apache configuration file (httpd.conf)
after running of this script, manually add :
LoadModule musical_log_module /path/to/install/libexec/mod_musical_log.soand
AddModule mod_musical_log.c
Multiple Apache servers could connect to the Collector and for each of it multiple WebPlayers can contact the Collector. However actually only a Web server can be sonified.
The Collector java application can be run using the Java Runtime Environment (JRE) or the Java Development Kit (JDK) 1.3 virtual machines both availables from http://java.sun.com . The Collector is the first system component you must start up. Its default port number is 7000 (to be contacted by Apache servers) but you can also select another number specifing it on command line. To start the Collector is made with:
java Collector [port]
It is preferible the Collector and server Apache be locate on the same host to have best results (because of delays). Each time an Apache server contacts the Collector a new port number is indicate on the screen. This port number must be used by WebPlayers that want to sonify that HTTP server. Actually port number is 4444. So WebPlayers can establish a connection with the Collector after a Collector-Apache connection.
The Collector starts to collect Apache server information when receives
first HTTP request/response communication from the server.
When a new WebPlayer or Apache server connect/disconnect to Collector a
line is visualized on standard output.
For each Apache communication, information received by Collector are displayed
to help you to understand which bit strings are sent to WebPlayers. For
each Channel a batch of bit string are displayed according user-specified
configuration.
java webPlayer
The GUI of WebPlayer allows the user to perform the following tasks (in this order):