Mapper
Mapper is a little ruby script which connects to an IRC server to produce a live map with graphviz. It's used on our own IRC network from forkbomb.ch
Syntax
$ ./mapper.rb
Usage
To configure mapper.rb, you don't have to modify the program code. Just create a file called localconfig.rb in the directory and adapt your configuration there. It's included at runtime and can include ruby code to extend functionality.
localconfig.rb example
@config[:irc].merge!({
:port => 6667,
:use_ssl => false
})
@config[:dot].merge!({
:nodeoptions => {
:fontname => 'helvetica',
:fontsize => 20
}
})
Requirements
- >=ruby-1.8.1
- An object-oriented scripting language
Download
The only current supported way is to use git.