diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-02-13 11:47:27 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-02-13 11:47:27 -0800 |
commit | ca2c2f4f0bfb0b39194d76e4543829e39fde8ce8 (patch) | |
tree | 5e9de90297c6dd5a40661104d797fd5f5406a25d /host/docs/mpm.dox | |
parent | e2a6b2e077d37ae2c339b8eef9eea464222b4a4e (diff) | |
download | uhd-ca2c2f4f0bfb0b39194d76e4543829e39fde8ce8.tar.gz uhd-ca2c2f4f0bfb0b39194d76e4543829e39fde8ce8.tar.bz2 uhd-ca2c2f4f0bfb0b39194d76e4543829e39fde8ce8.zip |
docs: Updates to the N310 manual
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: |