Changes between Version 10 and Version 11 of Tutorials/k0SDR/Tutorial26


Ignore:
Timestamp:
Oct 3, 2019, 7:28:50 PM (5 years ago)
Author:
pnetalkar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial26

    v10 v11  
    112112
    113113=== Application Design ===
    114 1) Test Application
     1141) Test Application:
    115115   * Ping and Perf: These standard  linux  utility  tools  were used in our experiment of trace extraction. Ping is a network connectivity testing tool whereas iperf is a bandwidth testing tool, we
    116116     used ping and TCP variant iPerf3 between UEs and LAN server for trace collection at eNB.
     
    123123     At Server run the following command :\\
    124124     {{{iperf3 -V -c 172.16.0.2}}}\\
    125 2) Video Application
     1252) Video Application:
     126   The  video  application is implemented using  the  python  library  named  StreamLink,  which  utilizes YouTube as the data source. It is a command-line utility and the  library  allow  us  to 
     127   access  video  stream  from  YouTube servers  using  the  unique  ID  in  the  stream  link  (URL). The video application can be run using: {{{ streamlink -p mplayer https://www.youtube.com/watch?v=LQCPSXTE9Mg best }}}. This command will play a youtube video using mplayer with the best available resolution.
     128   
     1293) Web Traffic Application:
    126130
    127 3) Web Traffic Application
    128 
    129 4) Email Services
     1314) Email Services:
    130132
    1311335) Skype (Pending)