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

Difference between revisions of "Koneki/LDT/Technical Discussions/Bandwidth estimation tool specification"

m
m
Line 7: Line 7:
 
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.  
 
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.  
  
<img src="/images/f/fd/Bandwidth_estimation_tool_specification_main_ui.png" _fck_mw_filename="Bandwidth estimation tool specification main ui.png" alt="" />
+
[[Image:Bandwidth_estimation_tool_specification_DataEvents_generation.png]]<br>
  
 
The first tag is used to edit the scenario of the estimator. The second tag is used to edit the configuration of all protocols which are available for the estimator. And the third tag is used to show the details of all estimations for all protocols.  
 
The first tag is used to edit the scenario of the estimator. The second tag is used to edit the configuration of all protocols which are available for the estimator. And the third tag is used to show the details of all estimations for all protocols.  
Line 13: Line 13:
 
Below is the details of the Data/Event generation page.  
 
Below is the details of the Data/Event generation page.  
  
&lt;img src="/images/6/69/Bandwidth_estimation_tool_specification_DataCommands_reception.png" _fck_mw_filename="Bandwidth estimation tool specification DataCommands reception.png" alt="" /&gt;
+
[[Image:Bandwidth_estimation_tool_specification_DataCommands_reception.png]]
  
 
This page contains the list of all data and events which the device could send during its production. Here the values will be automatically generate. Then, the estimator will compute how many bandwidth the protocol needs to send these informations. For the data, there are five main types of informations.
 
This page contains the list of all data and events which the device could send during its production. Here the values will be automatically generate. Then, the estimator will compute how many bandwidth the protocol needs to send these informations. For the data, there are five main types of informations.

Revision as of 10:07, 26 March 2012

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.

Bandwidth estimation tool specification DataEvents generation.png

The first tag is used to edit the scenario of the estimator. The second tag is used to edit the configuration of all protocols which are available for the estimator. And the third tag is used to show the details of all estimations for all protocols.

Below is the details of the Data/Event generation page.

Bandwidth estimation tool specification DataCommands reception.png

This page contains the list of all data and events which the device could send during its production. Here the values will be automatically generate. Then, the estimator will compute how many bandwidth the protocol needs to send these informations. For the data, there are five main types of informations.

Back to the top