# omniNames.sh
The terminal should look like this:
The next service that needs to be started is the Node Booter. Open a new tab or a completely new terminal and type the commands in the listing below. You can press tab after the first couple of letters of a command, directory or filename to have it automatically completed, saving time and perhaps avoiding typos.
$ cd /sdr/ $ nodeBooter -D -d nodes/default_GPP_node/DeviceManager.dcd.xml
The terminal should look like this:
Now load the waveform using wavLoader. In a third tab or terminal, type in:
$ cd /sdr/waveforms/ossie_demo $ wavLoader.py ossie_demo_DAS.xml
The terminal should look similar to the following:
Select the first listing of the OSSIE demonstration waveform,
//waveforms/ossie_demo/ossie_demo.sad.xml
Selection: 1
The tab or terminal window in which nodeBooter was started should now contain the output of the demonstration waveform. The lines will update with output similar to this:
RxDemo errors: X / 1024The X denotes the number of QPSK bit errors out of 1024 that have been detected by the RxDemo component. Here is an example output:
Congratulations! You have just run the QPSK demonstration waveform for OSSIE new to version 0.6.2. From here you may be interested in learning how to create your own waveforms using the OSSIE Waveform Developer (OWD) described in Section 5.