# HG changeset patch # User meillo@marmaro.de # Date 1234136272 -3600 # Node ID ee7211546c02d5a6cf7589d1881b37a86a633bde # Parent 4b151c1b3835df0124b2dd4305baf070b32c947e added paragraph about hikernet; fixed some bib entries diff -r 4b151c1b3835 -r ee7211546c02 thesis/bib/thesis.bib --- a/thesis/bib/thesis.bib Sun Feb 08 23:57:50 2009 +0100 +++ b/thesis/bib/thesis.bib Mon Feb 09 00:37:52 2009 +0100 @@ -2,14 +2,14 @@ author = "Brooks, Jr., Frederick P.", title = "\textit{The mythical man-month: essays on software engineering}", year = "1995", - publisher = "Addison-Wesley" + publisher = "Addison-Wesley", } @book{kernighan84, author = "Brian W. Kernighan and Rob Pike", title = "\textit{The UNIX Programming Environment}", year = "1984", - publisher = "Prentice-Hall" + publisher = "Prentice-Hall", note = "ISBN: 0-13-937681-X", } @@ -17,7 +17,7 @@ author = "Marc J. Rochkind", title = "\textit{Advanced UNIX Programming}", year = "1985", - publisher = "Prentice-Hall" + publisher = "Prentice-Hall", note = "ISBN: 0-13-011800-1", } @@ -25,7 +25,7 @@ author = "Brian W. Kernighan and Rob Pike", title = "\textit{The Practice of Programming}", year = "1999", - publisher = "Addison-Wesley" + publisher = "Addison-Wesley", note = "ISBN: 0-201-61586-X", } @@ -34,7 +34,7 @@ title = "\textit{The C Programming Language}", edition = "Second", year = "1988", - publisher = "Prentice-Hall" + publisher = "Prentice-Hall", note = "ISBN: 0-13-110362-8", } @@ -148,7 +148,7 @@ author = "Mike Gancarz", title = "\textit{The UNIX Philosophy}", year = "1995", - publisher = "Digital Press" + publisher = "Digital Press", note = "ISBN: 1-55558-123-4", } @@ -529,3 +529,12 @@ +@techreport{leister04, + author = "Wolfgang Leister", + title = "\textit{Hikernet: Peer-to-Peer Messaging in an Ad-Hoc Network}", + institution = "Norsk Regnesentral", + year = "2004", + month = "December", + number = "DART/10/04", + note = "Available on the Internet: {\small\url{http://publications.nr.no/hikernet.pdf} (2009-02-08)}", +} diff -r 4b151c1b3835 -r ee7211546c02 thesis/scripts/improve-index.awk --- a/thesis/scripts/improve-index.awk Sun Feb 08 23:57:50 2009 +0100 +++ b/thesis/scripts/improve-index.awk Mon Feb 09 00:37:52 2009 +0100 @@ -99,6 +99,7 @@ e["Stephen C. Johnson"] = e["Johnson"] = "Johnson@\\textsc{Johnson, Stephen C.}"; e["Wietse Venema"] = e["Venema"] = "Venema@\\textsc{Venema, Wietse}"; e["Volkmar Kese"] = e["Kese"] = "Kese@\\textsc{Kese, Volkmar}"; + e["Wolfgang Leister"] = e["Leister"] = "Leister@\\textsc{Leister, Wolfgang}"; # subentries diff -r 4b151c1b3835 -r ee7211546c02 thesis/tex/1-Introduction.tex --- a/thesis/tex/1-Introduction.tex Sun Feb 08 23:57:50 2009 +0100 +++ b/thesis/tex/1-Introduction.tex Mon Feb 09 00:37:52 2009 +0100 @@ -391,8 +391,9 @@ \index{masqmail!on notebooks} -%fixme: hikernet -<< hikernet >> +\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. +\index{HikerNet} +\index{gateway} 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.