OS4 DepotLogo by mason 
(anonymous IP: 18.191.157.186,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Network » P2p » hagelslag.lha

Hagelslag

Description: A console based gnutella client
Download: hagelslag.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 210kb
Version: 0.13
Date: 25 Nov 2008
Author: http://TieFighter.et.tudelft.nl/hagelslag, AmigaOS 4.x compile by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spotUP/gmail com
Category: network/p2p
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 4273
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 259  (Current version)
259  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
*** Notes from Spot, I have not used any gnutella client on any platform, hence
I don't really know how it works, this port seems to work though, I leave the
rest up to you, the users. ***

Notes on Hagelslag.

1. Introduction

Hagelslag is an implementation of Gnutella. For information, see inernet.
The specifications used were downloaded from :
http://capnbry.dyndns.org/gnutella
These are the specs to which Hagelslag complies.

Hagelslag is complety implemented on Debian Linux/GNU 2.2 in C++, by 
F.P.Beekhof, luciferNO()tiefighter.MOREet.SPAM.tudelft.nl (remove capitals
from address).


2. License

GPL!
This software is released under Gnu Public License. For details, see any
of the source files. This license applies to every part and file of this
package, even if the file or directory does not contain the label that
the source files have.


3. Credits

Have a look at the website, http://TieFighter.et.tudelft.nl/hagelslag

4. What is this ?

Hagelslag was designed to be flexible. You can run it in 3 different modes :

ROUTER  : Accept and route gnutella packets, share files.
CONSOLE : terminal client.
DAEMON  : identical to CONSOLE, except that you must open a tcp connection
   to a control port to access the program. Telnet will do this.

Router mode is usefull to build a gnutella-network backbone. It still has
file-sharing capabilties, so you may use it as a kind of file-server. It
could also be used to provide a fixed entry-point on the
gnutella-network. That's what I don't like about gnutella. It is so
difficult to log on for the first time.

Console mode is just a commandline oriented client. Nothing fancy, very
powerfull and of course you need to learn the commands.

Daemon mode is where the fun starts. Of course it is lots of fun to telnet to
the daemon and start using the command line. But this option was really
intended to allow independend development for Gui's, which I can't do. Yes, I
don't know how (yet). You could even buildt a web interface with CGI or
something similar (PHP perhaps?).

To compile a specific target :

CONSOLE :
make all
make install (as root)

ROUTER :
open the Makefile in the src directory in your favorite editor, and change 
CXXFLAGS=$(CONSOLE_FLAGS) to CXXFLAGS=$(ROUTER_FLAGS)
make clean; make depend; make hagelslagrouter
make install (as root)

DAEMON :
open the Makefile in the src directory in your favorite editor, and change
CXXFLAGS=$(CONSOLE_FLAGS) to CXXFLAGS=$(DAEMON_FLAGS)
make clean; make depend; make hagelslagd
make install (as root)

Note for *BSD users : There have been some prolems with Make. It doesn't
seem to understand the '-C' flag. Just enter the src dir manually and type
'make' or 'make all' 

To obtain a host database, which is required to connect to other hosts,
enter the name of a host cache as a host. I.e. :
host add gnutellahosts.com
or
h a gnutellacache.com
ought to do the trick

 
5. GUI

Well, none so far. To create one, follow these instructions.
Read the Users Manual. 
You might want to read the gnutella specs from http://gnutella.wego.com

There are two ways to create a gui : Either compile hagelslag as daemon
and connect to it using tcp/ip with a front-end. Let the frontend parse
the strings like a normal user.
The other way is to use the backend as an API and write a c++ program that
communicates with this.

6. Hagelslag - Why that name.

GNUtella is obviously a pun on GNU and nutella. Nutella is a
chocalate-like stuff to smear on your bread. Hagelslag is the dutch word
for chocolate chips that go on your bread as well.


7. Stability and Bugs

Hagelslag is fully UN-tested. Well, that is somewhat exagerated, but as long
as hagelslag still has 0.x version numbers, it is not officially stable. Thank 
goodness there are never any bugs in my source code or that might be a problem.
Might hagelslag perfom any different than expected, or you think you have found
other nasty things in the source, please mail to 
luciferNO()tiefighterMORE.etSPAM.tudelft.nl (remove capitals from address).

The home page for this project is "http://TieFighter.et.tudelft.nl/hagelslag"


Good luck & have fun.

 Fokko Beekhof


File Version Size Date OS Dls Readme
hagelslag-src.lha0.13220kb25 Nov 20084.0205¤ Hagelslag-src - A console based gnutella client (src)
Copyright © 2004-2024 by Björn Hagström All Rights Reserved