konspire logo the power of broadcast
[a revolution in mass-scale content distribution]
main
download
[features]
channels
start a channel
recommendations
k2b_measure
hostKatcher
[docs]
the revolution
how k2b works
results
faq
k2b is like...
other systems
BitTorrent?
[community]
foundation
forums
wiki
skins
[dev]
bugs
developers
project page
coding credits
[donate]

hosted by:
SourceForge Logo
visit:
infoAnarchy Logo

hostKatcher

when you download a kast distribution, it comes configured to connect to the following host catcher:

katcher.2y.net : 6085

the host catcher running at this address is a konspire2b-based application called katcher.

katcher maintains a list of hosts that have connected to it recently. When your node connects to a katcher node, katcher passes a host list to your node and then disconnects. Your node then has an up-to-date host list that it can connect to.

we are running the katcher node mentioned above, though you can also download and run the katcher software.

download windows 95/98/nt/2000/xp self-extracting archive notes 184 KiB alpha 3.0
download mac OS X tar.gz file notes 940 KiB alpha 3.0
download gnu/linux intel tar.gz file notes 156 KiB alpha 3.0
download gnu/linux ppc tar.gz file notes 172 KiB alpha 3.0
download freeBSD intel tar.gz file notes 320 KiB alpha 3.0


platform notes
windows 95/98/nt/2000/xp platform
katcher for windows is distributed in a self-extracting archive. Running the .exe archive will create a katcher folder and extract all of the katcher components.

mac os x platform
katcher for mac os x is distributed in a tar'ed and gzip'ed archive. Most file extraction utilities can handle .tar.gz files. You can also extract from a command terminal using these instructions.

note that katcher for mac os x must be run from a command terminal. Open a terminal, us the cd command to change into the katcher directory, and then run the command ./katcher

gnu/linux (intel) platform
katcher for gnu/linux (intel) is distributed in a tar'ed and gzip'ed archive. For help with extraction, see these instructions

gnu/linux (ppc) platform
katcher for gnu/linux (ppc) is distributed in a tar'ed and gzip'ed archive. For help with extraction, see these instructions

freeBSD (intel) platform
katcher for freeBSD (intel) is distributed in a tar'ed and gzip'ed archive. For help with extraction, see these instructions

how to extract files from .tar.gz archives

if you want to extract files from the archive FILE.tar.gz, run the following command:
gzip -d FILE.tar.gz; tar xf FILE.tar