Changes between Version 26 and Version 27 of Tutorials/Wireless/Basic Usage


Ignore:
Timestamp:
Jun 4, 2020, 9:18:14 PM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Basic Usage

    v26 v27  
    235235* Lastly compile the application - this will generate the executable ''app_read_sdr_samples'' that reads samples from the SDR.
    236236{{{#!shell-session
    237 root@sdr-console:~$ make
     237root@sdr2-s1-lg1:~/SPECTRUM_VIEW# make
    238238}}}
    239239
    240240* Run the application - this will start a server that listens for commands to configure the radio and stream received spectrum samples.
    241241{{{#!shell-session
    242 root@sdr-console:~$ ./app_read_sdr_samples
    243  INFO  11:51:08.262 (main.cpp:623) - Starting command server at 5180
    244  INFO  11:51:08.262 (main.cpp:175) - Starting websock server at 9002
    245 ...........
     242root@sdr2-s1-lg1:~/SPECTRUM_VIEW# ./app_read_sdr_samples
     243. INFO  21:17:51.808 (main.cpp:649) - Starting command server at 5180
     244 INFO  21:17:51.808 (main.cpp:171) - Starting websock server at 9002
     245.....
    246246}}}
    247247