BRN-051030-1: Difference between revisions
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
****Bearbeitet von dhcpdiscover, dhcprequest, dhcprelease, dhcpinform |
****Bearbeitet von dhcpdiscover, dhcprequest, dhcprelease, dhcpinform |
||
****Senden von dhcpoffer, dhcpack, dhcpnack |
****Senden von dhcpoffer, dhcpack, dhcpnack |
||
****Quellcode überarbeiten |
****Quellcode überarbeiten (20060203) |
||
***TODO: |
***TODO: |
||
****Lokalität bei IP-Vergabe |
|||
****Lease-Time an statische Cleint anpassen |
|||
****DNS-Anbindung |
|||
****Requested Options besser auswerten |
|||
****Bearbeiten von dhcpdecline |
****Bearbeiten von dhcpdecline |
||
****RCF-konform |
****RCF-konform |
||
Line 34: | Line 38: | ||
***DONE: |
***DONE: |
||
****simuliert ein Client: discover,request,release |
****simuliert ein Client: discover,request,release |
||
****Quellcode überarbeiten |
****Quellcode überarbeiten (20060203) |
||
***TODO: |
***TODO: |
||
****mehrere Clients simulieren |
****mehrere Clients simulieren |
||
Line 42: | Line 46: | ||
***Files: dhcpprint.cc, dhcpprint.hh |
***Files: dhcpprint.cc, dhcpprint.hh |
||
***DONE: |
***DONE: |
||
****Quellcode überarbeiten |
****Quellcode überarbeiten (20060203) |
||
***TODO: |
***TODO: |
||
****weitere Optionen detalierter anzeigen |
|||
***COMPLETED: 80 % |
***COMPLETED: 80 % |
||
**''DHCP-Packet-Utils'' |
**''DHCP-Packet-Utils'' |
||
***Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh |
***Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh |
||
***DONE: |
***DONE: |
||
****Quellcode überarbeiten |
****Quellcode überarbeiten (20060203) |
||
***TODO: |
***TODO: |
||
****Pakete überprüfen |
|||
***COMPLETED: 80 % |
***COMPLETED: 80 % |
||
Line 57: | Line 63: | ||
***Files: arp.cc, arp.hh |
***Files: arp.cc, arp.hh |
||
***DONE: |
***DONE: |
||
****ARP-Anfragen werden beantworten |
|||
⚫ | |||
****MAC von Server/Gateway-IP ist die von AP |
|||
****Anfragen mehrere Client nach einer IP werden zusammengefasst (nur eine DHT-Anfrage) |
|||
⚫ | |||
***TODO: |
|||
****Cache für IP/MAC |
|||
***COMPLETED: 70 % |
***COMPLETED: 70 % |
||
**''Client'' |
**''Client'' |
||
***Files: arpclient.cc, arpclient.hh |
***Files: arpclient.cc, arpclient.hh |
||
***DONE: |
***DONE: |
||
****Quellcode überarbeiten |
****Quellcode überarbeiten (20060203) |
||
***TODO: |
***TODO: |
||
***COMPLETED: 80 % |
***COMPLETED: 80 % |
||
Line 71: | Line 82: | ||
***Files: falcondht.cc, falcondht.hh, md5.h |
***Files: falcondht.cc, falcondht.hh, md5.h |
||
***DONE: |
***DONE: |
||
⚫ | |||
***TODO: |
***TODO: |
||
****Timeouts für Schlüssel |
|||
⚫ | |||
****Unter-Schlüssel einfügen ( relationen als Values) |
|||
***COMPLETED: 30 % |
***COMPLETED: 30 % |
||
**''DHT-Packet-Utils'' |
**''DHT-Packet-Utils'' |
||
***Files: dhtcommunication.cc, dhtcommunication.hh |
***Files: dhtcommunication.cc, dhtcommunication.hh |
||
***DONE: |
***DONE: |
||
****Quellcode überarbeiten |
****Quellcode überarbeiten (20060203) |
||
***TODO: |
***TODO: |
||
***COMPLETED: 80 % |
***COMPLETED: 80 % |
||
**''SimpleDHT'' (veraltet) |
**''SimpleDHT'' (veraltet,entfernt(20060203)) |
||
***Files: simpledht.cc, simpledht.hh |
***Files: simpledht.cc, simpledht.hh |
||
***COMPLETED: 100 % (wird nicht weiter entwickelt) |
***COMPLETED: 100 % (wird nicht weiter entwickelt und ist entfernt) |
||
Revision as of 17:55, 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 (20060203)
- TODO:
- Lokalität bei IP-Vergabe
- Lease-Time an statische Cleint anpassen
- DNS-Anbindung
- Requested Options besser auswerten
- Bearbeiten von dhcpdecline
- RCF-konform
- COMPLETED: 75 %
- Client
- Files: dhcpclient.cc, dhcpclient.hh
- DONE:
- simuliert ein Client: discover,request,release
- Quellcode überarbeiten (20060203)
- TODO:
- mehrere Clients simulieren
- rebind,renew
- COMPLETED: 60 %
- Print
- Files: dhcpprint.cc, dhcpprint.hh
- DONE:
- Quellcode überarbeiten (20060203)
- TODO:
- weitere Optionen detalierter anzeigen
- COMPLETED: 80 %
- DHCP-Packet-Utils
- Files: dhcp.h, dhcppacketutil.cc, dhcppacketutil.hh
- DONE:
- Quellcode überarbeiten (20060203)
- TODO:
- Pakete überprüfen
- COMPLETED: 80 %
- Server
- ARP
- "Server"
- Files: arp.cc, arp.hh
- DONE:
- ARP-Anfragen werden beantworten
- MAC von Server/Gateway-IP ist die von AP
- Anfragen mehrere Client nach einer IP werden zusammengefasst (nur eine DHT-Anfrage)
- Quellcode überarbeiten (20060203)
- TODO:
- Cache für IP/MAC
- COMPLETED: 70 %
- Client
- Files: arpclient.cc, arpclient.hh
- DONE:
- Quellcode überarbeiten (20060203)
- TODO:
- COMPLETED: 80 %
- "Server"
- DHT
- FalconDHT
- Files: falcondht.cc, falcondht.hh, md5.h
- DONE:
- Quellcode überarbeiten (20060203)
- TODO:
- Timeouts für Schlüssel
- Unter-Schlüssel einfügen ( relationen als Values)
- COMPLETED: 30 %
- DHT-Packet-Utils
- Files: dhtcommunication.cc, dhtcommunication.hh
- DONE:
- Quellcode überarbeiten (20060203)
- TODO:
- COMPLETED: 80 %
- SimpleDHT (veraltet,entfernt(20060203))
- Files: simpledht.cc, simpledht.hh
- COMPLETED: 100 % (wird nicht weiter entwickelt und ist entfernt)
- FalconDHT
- ALL
- Files: 18 (+2)
- TEST
- Simulation mit NS2
- WGT634U