NDAS core binary
The function binary that has the ability to access the data from the NetDisk.
1. Platform neutral
The NDAS core binary doesn't use any platform specific APIs to be ported over the platforms easily.
2. Functionalties
Basic Functions
- ndas_start - Initialize
- ndas_stop - Stop the service
- ndas_register_device - Register the ID and Key of the NetDisk with the given name.
- ndas_unregister_device - Unregister the NetDisk
- ndas_enable_device - Connect to the NetDisk with given permission (exclusive-write, read, share-write).
- ndas_disable_device - Disconnect
- ndas_io - Read or write the data to the enabled NetDisk from the given sector number and the given size
Advanced Functions
TODO: add more detail later.
