Changes between Version 10 and Version 11 of Tutorials/k0SDR/Tutorial26
- Timestamp:
- Oct 3, 2019, 7:28:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial26
v10 v11 112 112 113 113 === Application Design === 114 1) Test Application 114 1) Test Application: 115 115 * 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 116 116 used ping and TCP variant iPerf3 between UEs and LAN server for trace collection at eNB. … … 123 123 At Server run the following command :\\ 124 124 {{{iperf3 -V -c 172.16.0.2}}}\\ 125 2) Video Application 125 2) 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 129 3) Web Traffic Application: 126 130 127 3) Web Traffic Application 128 129 4) Email Services 131 4) Email Services: 130 132 131 133 5) Skype (Pending)