wiki:Internal/SummerInternship/Logs/ChunhuiZhang
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Project Goal

Design and Implementation of MobilityFirst Client Stack

Design aspects

Application programming interface design.

Basic APIs:
handle mfopen(scheme, options);
mfsend(handle, chunk, size);
mfrecv(handle, buffer, size);
mfclose(handle); 

* Destination GUID is included in 'scheme' and source GUID is store in file system.
* Possible options:
     options {
        uint8_t reliability;  //option for transport layer
	uint8_t security;     //option for security layer
	uint8_t wifionly;     //option for networkmanager
	uint8_t wimaxonly;    //option for networkmanager
     }

reference:

MobilityFirst end-to-end transport layer design. reference:

MobilityFirst Client Multi-homing support design (device network manager) reference:

Working Progress

SummerInternship/Logs/ChunhuiZhang/progress

Last modified 12 years ago Last modified on Jun 4, 2012, 7:24:50 PM

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.