
  ===  JustePort  ============================================================

    Compiling:

      * With mcs [1]: mcs -out:JustePort.exe *.cs
      * With csc [2]: csc /out:JustePort.exe *.cs

      [1] http://www.go-mono.com
      [2] http://msdn.microsoft.com/netframework/technologyinfo/howtoget/

    Usage:

      * JustePort.exe input ipaddress [volume]

        volume range is -144 to 0, default: -30.00

        Example 1 - streaming a MPEG4 Apple Lossless file:
        JustePort.exe ~/Music/song1.m4a 10.0.1.1

        Example 2 - streaming a MPEG4 AAC file:
        faad -q -w -f 2 ~/Music/song2.m4a | JustePort.exe - 10.0.1.1

        Example 3 - streaming an Ogg Vorbis file:
        oggdec -Q -R -o - ~/Music/song3.ogg | JustePort.exe - 10.0.1.1

  =============  2005-07-23  =====  Jon Lech Johansen <jon@nanocrew.net>  ====
