MPDS Sample Demos

Location

$REVOLUTION_EXT_ROOT/build/demos/mpdsdemo

Compilation

Go to the $REVOLUTION_EXT_ROOT/build/demos/mpdsdemo directory and type make. An executable file (.elf file) will be generated in the path $REVOLUTION_EXT_ROOT/RVL/bin/demos/mpdsdemo/.

Execution

Change to the $REVOLUTION_EXT_ROOT/RVL/bin/demos/mpdsdemo directory and do the following.

Description

mpdssimple This demo connects to the wm/dataShare-1 demo found in the NITRO-SDK and communicates with it.
This objective of this demo program is to show the simplest way to use the MPDS library.
mpdsmodel This demo connects to the wm/dataShare-Model demo found in the NITRO-SDK and communicates with it.
It is divided into a phase that accepts connection from a child device and a phase that performs communications. Its objective is to show how to use the MP and MPDS libraries in a form nearest to that used by an actual application.

See Also

MPDS API

Revision History

2007/11/28 Initial version.