Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Koneki/LDT/Technical Discussions/Bandwidth estimation tool specification

< Koneki‎ | LDT‎ | Technical Discussions
Revision as of 09:30, 26 March 2012 by Unnamed Poltroon (Talk) (New page: = Introduction = This document describes the specifications of a generic bandwidth estimator. The purpose of this estimator is to provide a tool to estimate the bandwidth which is consum...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

This document describes the specifications of a generic bandwidth estimator. The purpose of this estimator is to provide a tool to estimate the bandwidth which is consume by one specific use case with lots of different communication protocols. The estimator consume an instance of the model which describe the current application. The estimator search informations about the data, events and commands which are describe into the application model. With this tool, users will be able to describe how the values of data, events and commands will be generate for the estimator. This description is the scenario of the estimator. Then, the tool will offer to estimate the bandwidth which will be consume by this scenario for one specific period. The following chapters describe the user interfaces, the model which is used to describe data, the model which is used by the estimator and the architecture to add new protocols for the generic bandwidth estimator.

The user interface of the tool

This chapter describes the user interfaces of the tool. By this way, it will by easier to understand how the tool works. The user interface is structured on few pages into three tags.

File:Bandwidth estimation tool specification main ui

Back to the top