BRN-051030-1: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
=Project Plan: Working Packages= |
=Project Plan: Working Packages= |
||
*'''DHCP''' |
*'''DHCP''' |
||
**''Server'' |
**''Server'' |
||
***Files: dhcpserver.cc, dhcpserver.hh |
|||
***DONE: |
|||
****Bearbeitet von dhcpdiscover, dhcprequest, dhcprelease, dhcpinform |
****Bearbeitet von dhcpdiscover, dhcprequest, dhcprelease, dhcpinform |
||
****Senden von dhcpoffer, dhcpack, dhcpnack |
****Senden von dhcpoffer, dhcpack, dhcpnack |
||
Line 32: | Line 30: | ||
****RCF-konform |
****RCF-konform |
||
***COMPLETED: 75 % |
***COMPLETED: 75 % |
||
**''Client'' |
**''Client'' |
||
***Files: dhcpclient.cc, dhcpclient.hh |
***Files: dhcpclient.cc, dhcpclient.hh |
||
Line 38: | Line 35: | ||
****Quellcode überarbeiten |
****Quellcode überarbeiten |
||
***COMPLETED: 60 % |
***COMPLETED: 60 % |
||
**''Print'' |
**''Print'' |
||
***Files: dhcpprint.cc, dhcpprint.hh |
***Files: dhcpprint.cc, dhcpprint.hh |
||
Line 44: | Line 40: | ||
****Quellcode überarbeiten |
****Quellcode überarbeiten |
||
***COMPLETED: 80 % |
***COMPLETED: 80 % |
||
**''DHCP-Packet-Utils'' |
**''DHCP-Packet-Utils'' |
||
***Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh |
***Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh |
||
Line 51: | Line 46: | ||
*'''ARP''' |
*'''ARP''' |
||
**''"Server"'' |
**''"Server"'' |
||
***Files: arp.cc, arp.hh |
***Files: arp.cc, arp.hh |
||
***COMPLETED: 70 % |
***COMPLETED: 70 % |
||
**''Client'' |
**''Client'' |
||
***Files: arpclient.cc, arpclient.hh |
***Files: arpclient.cc, arpclient.hh |
||
***COMPLETED: 80 % |
***COMPLETED: 80 % |
||
*'''DHT''' |
*'''DHT''' |
||
**''FalconDHT'' |
**''FalconDHT'' |
||
***Files: falcondht.cc, falcondht.hh, md5.h |
***Files: falcondht.cc, falcondht.hh, md5.h |
||
***COMPLETED: 30 % |
***COMPLETED: 30 % |
||
**''SimpleDHT'' (veraltet) |
**''SimpleDHT'' (veraltet) |
||
***Files: simpledht.cc, simpledht.hh |
***Files: simpledht.cc, simpledht.hh |
||
***COMPLETED: 100 % (wird nicht weiter entwickelt) |
***COMPLETED: 100 % (wird nicht weiter entwickelt) |
||
**''DHT-Packet-Utils'' |
**''DHT-Packet-Utils'' |
||
***Files: dhtcommunication.cc, dhtcommunication.hh |
***Files: dhtcommunication.cc, dhtcommunication.hh |
Revision as of 16:08, 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
- Quellcode überarbeiten
- TODO:
- bearbeiten von dhcpdecline
- RCF-konform
- COMPLETED: 75 %
- Client
- Files: dhcpclient.cc, dhcpclient.hh
- DONE:
- Quellcode überarbeiten
- COMPLETED: 60 %
- Print
- Files: dhcpprint.cc, dhcpprint.hh
- DONE:
- Quellcode überarbeiten
- COMPLETED: 80 %
- DHCP-Packet-Utils
- Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh
- COMPLETED: 80 %
- Server
- ARP
- "Server"
- Files: arp.cc, arp.hh
- COMPLETED: 70 %
- Client
- Files: arpclient.cc, arpclient.hh
- COMPLETED: 80 %
- "Server"
- DHT
- FalconDHT
- Files: falcondht.cc, falcondht.hh, md5.h
- COMPLETED: 30 %
- SimpleDHT (veraltet)
- Files: simpledht.cc, simpledht.hh
- COMPLETED: 100 % (wird nicht weiter entwickelt)
- DHT-Packet-Utils
- Files: dhtcommunication.cc, dhtcommunication.hh
- COMPLETED: 80 %
- FalconDHT
- ALL
- Files: 20
- TEST
- Simulation mit NS2
- WGT634U