BRN-051030-1: Difference between revisions

From
Jump to navigation Jump to search
Line 27: Line 27:
***TODO:
***TODO:
****bearbeiten von dhcpdecline
****bearbeiten von dhcpdecline
****RCF-konfrom
****RCF-konform
***COMPLETED: 75 %
***COMPLETED: 75 %
**Client
**Client

Revision as of 15:24, 3 February 2006

Selbstorganisation in Ad-Hoc Multi-Hop Mesh Netzwerken DHCP und ARP auf Basis einer DHT

Abstract

  • Problem statement.
  • What do you want to achieve? What is NOT inside the scope of your work?
  • If successful, what contribution will your work make (scientific, technical)?

Literature

  • List of standard/basic papers a person skilled in the art should have read.
  • List of relevant conferences, standards organizations to follow up with.

Competition

  • competing technologies, companies/research teams

Personal Knowledge Base

  • Description of your work / your approach
  • Results so far (reports, experiments downloadable software, ...)

Project Plan: Working Packages

  • DHCP
    • Server
      • Files: dhcpserver.cc, dhcpserver.hh
      • DONE:
        • Bearbeitet von dhcpdiscover, dhcprequest, dhcprelease, dhcpinform
        • Senden von dhcpoffer, dhcpack, dhcpnack
      • TODO:
        • bearbeiten von dhcpdecline
        • RCF-konform
      • COMPLETED: 75 %
    • Client
      • Files: dhcpclient.cc, dhcpclient.hh
    • Print
      • Files: dhcpprint.cc, dhcpprint.hh
    • DHCP-Packet-Utils
      • Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh
  • ARP
    • "Server"
      • Files: arp.cc, arp.hh
    • Client
      • Files: arpclient.cc, arpclient.hh
  • DHT
    • FalconDHT
      • Files: falcondht.cc, falcondht.hh, md5.h
    • SimpleDHT (veraltet)
      • Files: simpledht.cc, simpledht.hh
    • DHT-Packet-Utils
      • Files: dhtcommunication.cc, dhtcommunication.hh
  • ALL
    • Files: 20