Changes between Version 15 and Version 16 of Tutorials/k0SDR/Tutorial26
- Timestamp:
- Oct 4, 2019, 5:56:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial26
v15 v16 126 126 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. 127 127 128 3) Web Traffic Application: 128 3) Web Traffic Application: A web traffic generator module is implemented to browse the internet mimicking real users browsing the web. Details about the script and how to run it can be found at : https://github.com/ecapuano/web-traffic-generator 129 129 130 4) Email Services: 130 4) Email Services: Email transfer is implemented using the SMTP module that defines an SMTP client session object used to send mail to any Internet machine with an SMTP listener daemon. The script can be found at the above mentioned gitlab link and can be run using : {{{python SendEmail.py}}} 131 131 132 132 5) Skype (Pending) 133 134 === Running OAI using scripts === 135 All the above steps to start EPC, eNB, UE and application are automatized using shell scripts.