NOTE

You need to enable the echo protocol in your system before openning this page AND edit orbited.cfg to enable connections to "localhost:7".

For example, in debian/ubuntu you can do it like this:

  1. Install an inetd daemon, eg:
        sudo apt-get install openbsd-inetd
    
  2. Enable the echo protocol (should listen at TCP port 7) by adding the following line:
        sudo vim /etc/inetd.conf
    echo   stream  tcp     nowait  root    internal
    
  3. Finally, restart inetd:
        sudo invoke-rc.d openbsd-inetd restart
    

NB: if you're running Firefox with Firebug, look at its console.