Project

General

Profile

Software Structure » History » Version 1

Shuo Chen, 03/26/2014 04:59 PM

1 1 Shuo Chen
Software Structure
2
==================
3
4
##Major Modules
5
6
* Database Handle: basic interfaces to handle database related operations including read, insert, update and delete. It also can operates on ndn packets according to selectors bound with interests. This module locates in storage-handle directory.
7
* Command Echo: Each echo module can handle interests or commands of different functions separately. Read is supported in read-echo, insert and insert progress check in write-echo and delete and delete progress check in delete-echo.
8
* Helpers: