Difference between revisions of "Private:mtv demo simulator"
From NMSL
(New page: MTV Demo Simulator) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | A simulator to emulate concurrent broadcasting of multiple video streams. | |
+ | |||
+ | == Requirements == | ||
+ | |||
+ | === Video Trace Files === | ||
+ | 4 mp4 video files. traces to be obtained from | ||
+ | |||
+ | === Major GUI items === | ||
+ | * Embedded player | ||
+ | * Channel Switching widget | ||
+ | * deltaT slider | ||
+ | * Bandwidth selector | ||
+ | * Algorithm selector | ||
+ | * Animated, colourful burst train | ||
+ | * Usual GUI even handling | ||
+ | |||
+ | === Network Parameters === | ||
+ | * BANDWIDTH: option to select MOD/CODE etc b/w should be calculated and displayed from table lookup | ||
+ | |||
+ | === Algorithms === | ||
+ | * CURRENT: | ||
+ | * SMS: | ||
+ | * SIMU: | ||
+ | * LATSB: | ||
+ | |||
+ | === Performance Metrics === | ||
+ | * ENERGY:Per channel overall | ||
+ | * THROUGHPUT: SMS | ||
+ | * SWITCHING DELAY: SIMU, LATSB | ||
+ | |||
+ | [[TestApplet | TestApplet]] | ||
+ | |||
+ | == Software == | ||
+ | |||
+ | We have two testbed implementations: (i) FATCAPS base station, and (ii) integrated base station. The former one is based on FATCAPS implementation, while the later one is implemented by us from scratch. | ||
+ | |||
+ | |||
+ | === FATCAPS Based Implementation === | ||
+ | |||
+ | * [http://limbos.wiki.sourceforge.net/ LIMBOS LInux setup for accessing Mobile Broadcasting through Online Streaming] |
Latest revision as of 23:22, 6 December 2010
A simulator to emulate concurrent broadcasting of multiple video streams.
Requirements
Video Trace Files
4 mp4 video files. traces to be obtained from
Major GUI items
- Embedded player
- Channel Switching widget
- deltaT slider
- Bandwidth selector
- Algorithm selector
- Animated, colourful burst train
- Usual GUI even handling
Network Parameters
- BANDWIDTH: option to select MOD/CODE etc b/w should be calculated and displayed from table lookup
Algorithms
- CURRENT:
- SMS:
- SIMU:
- LATSB:
Performance Metrics
- ENERGY:Per channel overall
- THROUGHPUT: SMS
- SWITCHING DELAY: SIMU, LATSB
Software
We have two testbed implementations: (i) FATCAPS base station, and (ii) integrated base station. The former one is based on FATCAPS implementation, while the later one is implemented by us from scratch.