CREDITS 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. The INET Framework is developed by Andras Varga.
  2. List of contributors:
  3. ----- INET Framework contributors -----
  4. Patch for getting Ethernet and ARP working with IP; ARPTest example, 2004:
  5. * Emin Ilker Cetinbas <niw3@yahoo.com>
  6. ----- INET Framework -----
  7. INET Framework maintainer:
  8. * Andras Varga <andras@omnetpp.org>
  9. The INET Framework is loosely based on the IPSuite from University of
  10. Karlsruhe. After by extensive restructuring and rewrite, very little
  11. of the original code could be kept -- most if it has been completely
  12. rewritten in 2003-2004 by Andras Varga.
  13. Changes include: UDP, IP, PPP, TCP reimplemented; TCPSocket added;
  14. Ethernet and MPLS models integrated; extensive refactoring on MPLS
  15. and RSVP; LDP reimplemented; added ARP; added app models for TCP and
  16. Ethernet; added network configurators; added neddoc documentation.
  17. ----- Ethernet model -----
  18. Ethernet model (2003):
  19. * David Wu <davidwu@eng.monash.edu.au>
  20. * Andras Varga <andras@whale.hit.bme.hu>
  21. ----- Original MPLS code -----
  22. MPLS, LDP, RSVP-TE models, 2003:
  23. * Xuan Thang Nguyen <Xuan.T.Nguyen@uts.edu.au>
  24. ----- Old IPSuite -----
  25. Design and coding of original IPSuite (UDP, IP, PPP), 2000:
  26. * Klaus Wehrle <wehrle@telematik.informatik.uni-karlsruhe.de>
  27. * Jochen Reber <un6b@rz.uni-karlsruhe.de>
  28. * Dirk Holzhausen <dholzh@gmx.de>
  29. Old TCP (tcpmodule.cc, obsoleted by new TCP) design and initial coding, 2000:
  30. * Volker Boehm <Volker.Boehm@nortelnetworks.com>
  31. * Verena Kahmann <kahmann@telematik.informatik.uni-karlsruhe.de>
  32. * Uli Kaage <kaage@int.uni-karlsruhe.de>
  33. Bugfixes to old TCP (tcpmodule.cc, obsoleted by new TCP), 2003, 2004:
  34. * Donald Liang (LYBD), Virginia Tech
  35. * Jeroen Idserda, University of Twente
  36. * Joung Woong Lee (zipizigi), University of Tsukuba
  37. RTP models (not yet integrated as of April 2004):
  38. * Matthias Oppitz <matthias.oppitz@gmx.de>
  39. * Arndt Buschmann <a.buschmann@gmx.de>
  40. If you think your name is missing, please write to andras@omnetpp.org.