$REVOLUTION_EXT_ROOT/build/demos/mpdsdemo
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/.
Change to the $REVOLUTION_EXT_ROOT/RVL/bin/demos/mpdsdemo directory and do the following.
ndrun script using the .elf file as the argument.$CWFOLDER/bin/IDE.exe with the .elf file as an argument.$CWFOLDER/bin/IDE.exe, then drag and drop the .elf file..elf file is associated with $CWFOLDER/bin/IDE.exe, double-click the .elf file.
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. |
2007/11/28 Initial version.