About site: Computer Science/Distributed Computing/Projects - The Hunting of the Snark Project
Return to Computers also Computers
  About site: http://www.klomp.org/snark/

Title: Computer Science/Distributed Computing/Projects - The Hunting of the Snark Project Explores distributed file sharing through BitTorrent and experiments with the GNU Compiler for Java. It also produces a regular BitTorrent client, torrent creator and tracker program.
Epiculture,_Inc_ Customized media strategy, design and production.

Long_and_Associates Sage authorized MAS90 and BusinessWorks reseller.

Inquisite_Survey_Software Survey software tools for creating online surveys for customer satisfaction, employee feedback, and market research. Survey software can be installed or hosting is available.

Teaching_Autistic_Children An academic program with animation, positive reinforcements, testing and reports.

AllPoints_Feedback Customizable 360 degree feedback software for managing your entire employee review process. You can download a free trial copy and create your own surveys.

Apache_ObJectRelationalBridge_-_OJB A framework that provides transparent persistence of Java objects for JDBC-compliant RDBMS. Implements ODMG 3.0, JDO and uses XML-based O/R Mapping. [Open Source, LGPL]


  Alexa statistic for http://www.klomp.org/snark/





Get your Google PageRank






Please visit: http://www.klomp.org/snark/


  Related sites for http://www.klomp.org/snark/
    Advanced_Interface_Solutions The Advanced Manufacturing Workshop Series is a hands-on, roll-up-your-sleeves test drive of AISI's Production Information System for optimizin manufacturing automation systems, integrate data into ma
    DIY-SEO_com A search engine optimization and positioning do-it-yourself guide.
    RFC_0701 August, 1974, Survey of New-Protocol Telnet Servers. D.W. Dodds. August 1974.
    Jan\'s_Linux_&_Assembler(x86)_HomePage Assembler and Linux, source examples for Nasm and GAS assemblers.
    Part_II__Anything_You_Can_Do,_I_Can_Do_Meta Further insights. Technology Review. (January 9, 2007)
    Gamer\'s_Conclave Gaming center with LAN, arcade, mini's, and retail offerings. Based in Mandeville, Louisiana.
    Documenta_Ltd_ Offering software to support digital archiving and access to archived documents.
    DBPut_Data_Transformer Supports multifarious transforming manner among different database. It supports database Oracle, SYBASE, DB2, Access, DBASE, Foxpro, Paradox, and text database and transforming among them.
    Perl_Debugged Official site for the how-to / reference guide on debugging Perl programs, by Peter Scott and Ed Wright.
    Jafs Directory of freeware and open source Java applications.
    Lisp_as_an_Alternative_to_Java Brief text on comparisons of C, C++, Java, Lisp, Ron Garret / Erann Gat study, with conforming example program Lisp source code; very useful links.
    FileKicker File hosting service for shareware authors.
    Top-Windows-Tutorials_com Easy to follow free Windows tutorials and Flash video guides.
    121170 How to Access Environment Variables in an MS-DOS Batch File
    Hatchet Per Bergqvist, Ericsson Radio AB. Erlang User Conference, Stockholm. (September 30, 1999)
    Net-Ad Reciprocal links page for webmasters.
    Akismet A plugin which identifies and blocks comment and trackback spam on blogs with integration to various blogging systems.
    Pylibpcap A Python module for the libpcap packet capture library. You can use it to write a custom packet sniffer. [Open Source, BSD-like]
    CCProxy_and_CMailServer Internet sharing solution, and Internet/Intranet mail solution.
    Outfinity Web design bureau offering tiled texture backgrounds.
This is websites2007.org cache of m/ as retrieved on 2008.10.11 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
The Hunting of the Snark Project - BitTorrent Application Suite

The Hunting of the Snark Project - BitTorrent Application Suite

"It's a Snark!" was the sound that first came to their ears, And seemed almost too good to be true. Then followed a torrent of laughter and cheers: Then the ominous words "It's a Boo-" -- from The Hunting Of The Snark by Lewis Carroll

Introduction

Snark is a client for downloading and sharing files distributed withthe BitTorrent protocol. It is mainly used for exploring the BitTorrentprotocol and experimenting with the the GNU Compiler for Java (gcj).But it can also be used as a regular BitTorrent Client.Snark can also act as a torrent creator, micro http server for deliveringmetainfo.torrent files and has an integrated Tracker for making sharing offiles as easy as possible.When given the option --share Snark will automaticallycreate a .torrent file, start a very simple webserver to distributethe metainfo.torrent file and a local tracker that other BitTorrentclients can connect to.

Distribution

Copyright (C) 2003 Mark J. Wielaard Snark is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Requirements/Installation

The GNU Compiler for java (gcj) version 3.3 or later.(Earlier versions have a faulty SHA message digest implementation.)On Debian GNU/Linux based distributions just install the gcj-3.3 package.Edit the GCJ variable in the Makefile if your gcj binary is not gcj-3.3.Typing 'make' will create the native snark binary and a snark.jar filefor use with traditional java byte code interpreters.It is possible to compile the sources with other java compilerslike jikes or kjc to produce the snark.jar file. Edit the JAVAC andJAVAC_FLAGS variables on top of the Makefile for this. And typemake snark.jar to create a jar file that can be used by traditionaljava bytecode interpreters like kaffe: kaffe -jar snark.jar.You will need at least version 1.1 of kaffe for all functionality to workcorrectly (--share does not work with older versions).When trying out the experimental Gnome frontendyou also need the java-gnomebindings. On Debian GNU/Linux systems install the packagelibgnome0-java. You can try it out by typing 'make snark-gnome' andthen run snark-gnome.sh like you would with the normal command lineclient.RunningTo use the program start it with:snark [--debug [level]] [--no-commands] [--port <port>] [--share (<ip>|<host>)] (<url>|<file>|<dir>) --debug Shows some extra info and stacktraces. level How much debug details to show (defaults to 3, with --debug to 4, highest level is 6). --no-commands Don't read interactive commands or show usage info. --port The port to listen on for incomming connections (if not given defaults to first free port between 6881-6889). --share Start torrent tracker on <ip> address or <host> name. <url> URL pointing to .torrent metainfo file to download/share. <file> Either a local .torrent metainfo file to download or (with --share) a file to share. <dir> A directory with files to share (needs --share).Since this is an early beta release there are probably still some bugsin the program. To help find them run the program with the --debugoption which shows more information on what it going on. You can also givethe level of debug output you want. Zero will give (almost) no output at all.Everything above debug level 4 is probably to much (only really useful tosee what goes on on the protocol/network level).Examples To simple start downloading/sharing a file. Either download the .torrent file to disk and start snark with: ./snark somefile.torrent Or give it the complete URL: ./snark http://somehost.example.com/cd-images/bbc-lnx.iso.torrent To start seeding/sharing a local file: ./snark --share my-host.example.com some-file Snark will respond with: Listening on port: 6881 Trying to create metainfo torrent for 'some-file' Creating torrent piece hashes: ++++++++++ Torrent available on http://my-host.example.com:6881/metainfo.torrent You can now point other people to the above URL so they can share the file with their own BitTorrent client. CommandsWhile the program is running in text mode you can currently give thefollowing commands: info, list and quit.Interactive commands are disabled when the --no-commands flag is given.This is sometimes desirable for running snark in the background.

Download

Version Release date GZIPped TAR file 0.5 - The Beaver's Lesson 27 June 2003 snark-0.5.tar.gz 0.4 - The Hunting 1 June 2003 snark-0.4.tar.gz 0.3 - The Bakers Tale 10 May 2003 snark-0.3.tar.gz 0.2 - The Bellman's Speech 5 May 2003 snark-0.2.tar.gz 0.1 - The Landing 27 April 2003 snark-0.1.tar.gz Latest precompiled jar file for use with traditional byte code interpreters:snark.jar.Latest staticly linked executables for GNU/Linux x86snark-static-i686-pc-linux-gnu.gz

More information

The Evolution of Cooperation - Robert Axelrod - ISBN 0-465-02121-2The BitTorrent protocol description.The GNU Compiler for Java (gcj)java-gnome bindings.The Hunting of the Snark - Lewis CarrollComments welcome - Mark Wielaard(mark@klomp.org).Last updated: 27 June 2003. Valid HTML 4.0! Valid CSS!
 

Explores

distributed

file

sharing

through

BitTorrent

and

experiments

with

the

GNU

Compiler

for

Java.

It

also

produces

a

regular

BitTorrent

client,

torrent

creator

and

tracker

program.

http://www.klomp.org/snark/

The Hunting of the Snark Project 2008 October

dvd rental

dvd


Explores distributed file sharing through BitTorrent and experiments with the GNU Compiler for Java. It also produces a regular BitTorrent client, torrent creator and tracker program.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Mortgages - Get mysqli last insert id - Loans - Cheap hotel in Paris - Loans
2008-10-11 07:05:14

Copyright 2005, 2006 by Webmaster
Websites is cool :) 160Agencja Reklamowa - Księgarnia - Lighting - Hotel Florence - Wypadanie Włosów