Next: Royal Institute of Technology,
Up: Mobile IP Implementations
Previous: Mobile IP Implementations
ftp://it.kth.se/pub/klemets/
Author: Anders Klemets, klemets@it.kth.se
Date: July 1995
- Based on version 11 of IP Mobility Support: draft-ietf-mobileip-protocol-11.txt.
- The minimal encapsulation protocol.
- MD5 authentication.
- Support for using authentication algorithms other than MD5.
- Mobile-Foreign and Foreign-Home authentication.
- Nonce based ID's.
There is provision for signalling between the link layer and the
Mobile-IP code. This is useful if running Mobile-IP over a
connection-oriented link layer protocol.
Porting friendly implementation. I have tried hard to make the
Mobile-IP implementation as portable as possible. The parts of the
user level code that interface to the operating system have been
separated into separate files. Memory allocation, timers, network
interfaces and network I/O have been abstracted. Separate files are
used to implement a system independent interface to these operating
system functions.