Changes between Version 15 and Version 16 of Tutorials/k0SDR/Tutorial26


Ignore:
Timestamp:
Oct 4, 2019, 5:56:26 PM (5 years ago)
Author:
pnetalkar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial26

    v15 v16  
    126126   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.
    127127   
    128 3) Web Traffic Application:
     1283) 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
    129129
    130 4) Email Services:
     1304) 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}}}
    131131
    1321325) Skype (Pending)
     133
     134=== Running OAI using scripts ===
     135All the above steps to start EPC, eNB, UE and application are automatized using shell scripts.