docs/diploma

changeset 408:ee7211546c02 final version which I handed in

added paragraph about hikernet; fixed some bib entries
author meillo@marmaro.de
date Mon, 09 Feb 2009 00:37:52 +0100
parents 4b151c1b3835
children ca763bd8c809
files thesis/bib/thesis.bib thesis/scripts/improve-index.awk thesis/tex/1-Introduction.tex
diffstat 3 files changed, 19 insertions(+), 8 deletions(-) [+]
line diff
     1.1 --- a/thesis/bib/thesis.bib	Sun Feb 08 23:57:50 2009 +0100
     1.2 +++ b/thesis/bib/thesis.bib	Mon Feb 09 00:37:52 2009 +0100
     1.3 @@ -2,14 +2,14 @@
     1.4  	author    = "Brooks, Jr., Frederick P.",
     1.5  	title     = "\textit{The mythical man-month: essays on software engineering}",
     1.6  	year      = "1995",
     1.7 -	publisher = "Addison-Wesley"
     1.8 +	publisher = "Addison-Wesley",
     1.9  }
    1.10  
    1.11  @book{kernighan84,
    1.12  	author =  "Brian W. Kernighan and Rob Pike",
    1.13  	title = "\textit{The UNIX Programming Environment}",
    1.14  	year = "1984",
    1.15 -	publisher = "Prentice-Hall"
    1.16 +	publisher = "Prentice-Hall",
    1.17  	note = "ISBN: 0-13-937681-X",
    1.18  }
    1.19  
    1.20 @@ -17,7 +17,7 @@
    1.21  	author = "Marc J. Rochkind",
    1.22  	title = "\textit{Advanced UNIX Programming}",
    1.23  	year = "1985",
    1.24 -	publisher = "Prentice-Hall"
    1.25 +	publisher = "Prentice-Hall",
    1.26  	note = "ISBN: 0-13-011800-1",
    1.27  }
    1.28  
    1.29 @@ -25,7 +25,7 @@
    1.30  	author = "Brian W. Kernighan and Rob Pike",
    1.31  	title = "\textit{The Practice of Programming}",
    1.32  	year = "1999",
    1.33 -	publisher = "Addison-Wesley"
    1.34 +	publisher = "Addison-Wesley",
    1.35  	note = "ISBN: 0-201-61586-X",
    1.36  }
    1.37  
    1.38 @@ -34,7 +34,7 @@
    1.39  	title = "\textit{The C Programming Language}",
    1.40  	edition = "Second",
    1.41  	year = "1988",
    1.42 -	publisher = "Prentice-Hall"
    1.43 +	publisher = "Prentice-Hall",
    1.44  	note = "ISBN: 0-13-110362-8",
    1.45  }
    1.46  
    1.47 @@ -148,7 +148,7 @@
    1.48  	author = "Mike Gancarz",
    1.49  	title = "\textit{The UNIX Philosophy}",
    1.50  	year = "1995",
    1.51 -	publisher = "Digital Press"
    1.52 +	publisher = "Digital Press",
    1.53  	note = "ISBN: 1-55558-123-4",
    1.54  }
    1.55  
    1.56 @@ -529,3 +529,12 @@
    1.57  
    1.58  
    1.59  
    1.60 +@techreport{leister04,
    1.61 +	author = "Wolfgang Leister",
    1.62 +	title = "\textit{Hikernet: Peer-to-Peer Messaging in an Ad-Hoc Network}",
    1.63 +	institution = "Norsk Regnesentral",
    1.64 +	year = "2004",
    1.65 +	month = "December",
    1.66 +	number = "DART/10/04",
    1.67 +	note = "Available on the Internet: {\small\url{http://publications.nr.no/hikernet.pdf} (2009-02-08)}",
    1.68 +}
     2.1 --- a/thesis/scripts/improve-index.awk	Sun Feb 08 23:57:50 2009 +0100
     2.2 +++ b/thesis/scripts/improve-index.awk	Mon Feb 09 00:37:52 2009 +0100
     2.3 @@ -99,6 +99,7 @@
     2.4  	e["Stephen C. Johnson"] = e["Johnson"] = "Johnson@\\textsc{Johnson, Stephen C.}";
     2.5  	e["Wietse Venema"] = e["Venema"] = "Venema@\\textsc{Venema, Wietse}";
     2.6  	e["Volkmar Kese"] = e["Kese"] = "Kese@\\textsc{Kese, Volkmar}";
     2.7 +	e["Wolfgang Leister"] = e["Leister"] = "Leister@\\textsc{Leister, Wolfgang}";
     2.8  
     2.9  
    2.10  	# subentries
     3.1 --- a/thesis/tex/1-Introduction.tex	Sun Feb 08 23:57:50 2009 +0100
     3.2 +++ b/thesis/tex/1-Introduction.tex	Mon Feb 09 00:37:52 2009 +0100
     3.3 @@ -391,8 +391,9 @@
     3.4  \index{masqmail!on notebooks}
     3.5  
     3.6  
     3.7 -%fixme: hikernet
     3.8 -<< hikernet >>
     3.9 +\masqmail\ is also used in a scientific project: \person{Wolfgang Leister} chose \masqmail\ for the prototype implementation of the \name{HikerNet} \cite{leister04}. The \name{HikerNet} is an ad-hoc network for peer-to-peer communication in otherwise network-less areas. Unfortunately, the usage of \masqmail\ for the prototype is not documented. The author of this thesis received the information in private email communication with \person{Leister} in October 2008. \person{Leister} stated, he chose \masqmail\ as email-to-hikernet gateway because it was well suited and easy to set up for this particular usage. Other \MTA{}s would have been possible choices, but it was easier with \masqmail.
    3.10 +\index{HikerNet}
    3.11 +\index{gateway}
    3.12  
    3.13  
    3.14  Although the development of \masqmail\ has been stopped in 2003, \masqmail\ still has its users. Having users is already reason enough for further development and maintenance. This applies especially when the software covers a niche and when requirements for such software in general changed. Both is the case for \masqmail.