diff options
Diffstat (limited to 'host/docs/mpm.dox')
-rw-r--r-- | host/docs/mpm.dox | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/docs/mpm.dox b/host/docs/mpm.dox index 130410e7b..87fec7110 100644 --- a/host/docs/mpm.dox +++ b/host/docs/mpm.dox @@ -2,6 +2,14 @@ \tableofcontents +The Module Peripheral Manager (MPM) is a software process that continually runs +on a USRP device, and allows access to its peripherals through a network-capable +API. This way, it does not matter whether or not it is being accessed locally or +remotely, as long as it is possible to open an network socket to the device. + +For all MPM-capable devices, a single USRP/UHD driver is sufficient. + + */ // vim:ft=doxygen: |