2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems最新文献

筛选
英文 中文
Test-Case Creation Framework for Touchscreen-Based Device Testing 基于触摸屏的设备测试用例创建框架
I. Kastelan, B. Kordic, V. Pekovic, N. Teslic
{"title":"Test-Case Creation Framework for Touchscreen-Based Device Testing","authors":"I. Kastelan, B. Kordic, V. Pekovic, N. Teslic","doi":"10.1109/ECBS-EERC.2013.27","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.27","url":null,"abstract":"This paper presents a framework for creation of test cases in a system for automated testing of touch screen-based devices. The system aims to automate the process of testing the devices on the final production line. The system uses a stimulation board which electrically stimulates touch screens, completely removing mechanical parts which induce lag and instability. Framework communicates with the stimulation board, sending signals which correspond to types of stimulation the board is supposed to achieve. Supported moves are: single touch, single release, multi touch, multi release, full release, line (swipe), multiline (pinch). The framework communicates with the stimulation board via the serial UART or Local Area Network interface. The testing is performed in following steps: (1) framework sends signals to the stimulation board, (2) board stimulates the device, (3) grabber captures the image of the screen on the device and (4) PC receives the image and verifies its correctness. The preliminary results show that the system is capable of reliable stimulation of touch screens which allows the creation of the complete system for automated testing.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133309284","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Aspects of Intermediate Level Obfuscation 中级混淆的几个方面
Dmitriy Dunaev, L. Lengyel
{"title":"Aspects of Intermediate Level Obfuscation","authors":"Dmitriy Dunaev, L. Lengyel","doi":"10.1109/ECBS-EERC.2013.25","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.25","url":null,"abstract":"The aim of obfuscation in general is to prevent malicious users from disclosing properties of the original source program. This goal can be achieved by an intermediate level obfuscation that deals with a target platform independent intermediate code. In this paper, we discuss general approaches to an intermediate level obfuscation algorithm, pointing out problems and proposing solutions. The paper discusses such aspects of intermediate level obfuscation as input data analysis, mixing of contexts, external function calls, etc. The focus is set on working out an optimization resistant intermediate level obfuscation algorithm that can reliably protect routines from unauthorized analysis and modification.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123446670","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
On the Evaluation of Clock Synchronization Methods for Networked Control Systems 网络控制系统时钟同步方法的评价
Jan Pacner, Ondrej Ryavý, M. véda
{"title":"On the Evaluation of Clock Synchronization Methods for Networked Control Systems","authors":"Jan Pacner, Ondrej Ryavý, M. véda","doi":"10.1109/ECBS-EERC.2013.30","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.30","url":null,"abstract":"A distribute control requires to maintain time synchronization to the degree of precision depending on a particular application domain. Many large distributed systems employ Ethernet or even full TCP/IP stack for communication. Two prevalent protocols are used for clock synchronization in these networks, in particular, Network Time Protocol (NTP) and Precise Time Protocol (PTP). In this short paper, we present a method for practical performance evaluation of clock synchronization within a distributed environment consisting of nodes running a commodity real-time operating system. The results of measurement provide us a hint on the degree of synchronization that can be practically achieved among the set of distributed devices. The main contribution of this paper is to provide a simple method for practical evaluation of synchronization methods for a distributed control system and presenting some preliminary data from the measurement. A complete result set may be used, e.g., for defining a performance estimation functions in a platform-based design approach to networked control systems.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126238832","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Data Type Propagation in Simulink Models with Graph Transformation 使用图变换的Simulink模型中的数据类型传播
P. Fehér, T. Mészáros, L. Lengyel, P. Mosterman
{"title":"Data Type Propagation in Simulink Models with Graph Transformation","authors":"P. Fehér, T. Mészáros, L. Lengyel, P. Mosterman","doi":"10.1109/ECBS-EERC.2013.24","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.24","url":null,"abstract":"Embedded systems are usually modeled to simulate their behavior. Nowadays, this modeling is often implemented in the Simulink environment, which offers strong support for modeling complex systems. Moreover, via modeling, various analyses can be applied to the systems at design time. An important analysis is of the data types assigned to signal variables. Such analysis enables identification of potential problems during model compilation and so prevent runtime surprises. To assist the system designer, Simulink supports which includes a step for automatic data type inferencing (e.g., based on designed signal value ranges and on the connection structure of design elements). In contrast to the Simulink implementation of the inferencing in a code base, which favors efficiency, the work presented here raises the level of abstraction by explicitly modeling the inferencing logic. This unlocks benefits such as the ability to (i) reason about the logic, (ii) implement different logic by advanced users, and (iii) experiment with different ordering of other logic in the model compilation.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115698111","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Estimating the Cost of XML Serialization of Java Objects 估计Java对象的XML序列化的成本
Gábor Imre, H. Charaf, L. Lengyel
{"title":"Estimating the Cost of XML Serialization of Java Objects","authors":"Gábor Imre, H. Charaf, L. Lengyel","doi":"10.1109/ECBS-EERC.2013.13","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.13","url":null,"abstract":"XML is a frequently applied data representation format to support the communication between software systems even if they are on different platforms. The process of transforming an in-memory object instance into bytes of an XML document is called XML serialization, the opposite direction is XML deserialization. Both processes introduce some cost that influences the overhead of the communication. This paper proposes a performance model that can estimate the cost of XML serialization and deserialization on Java platform based on a priori knowledge of the type and size of the XML messages. Type and size information of the XML messages is usually available in the form of an interface definition, such as a Web Services Description Language (WSDL) file. We show that in most cases the cost can be expressed as a linear function of the object size, but exceptions are discussed as well. The suggested model is validated with measurements.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127216966","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Reactive Distributed System Modeling Supported by Complex Event Processing 复杂事件处理支持的响应式分布式系统建模
J. Lang, Janusz Janik
{"title":"Reactive Distributed System Modeling Supported by Complex Event Processing","authors":"J. Lang, Janusz Janik","doi":"10.1109/ECBS-EERC.2013.31","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.31","url":null,"abstract":"Significant trend in software development is oriented mainly on distributed systems. One of the main problems in the current world of information technologies is the ever-increasing amount of digital data and complexity of problems that are being solved. In such conditions, developing a distributed system that needs to response promptly, can be very difficult and without proper techniques can lead to failure. Processing of potentially large volumes of incoming messages or events from various sources is also specific to the reactive computing. It can be assumed that the number of resources and their diversity will only grow. For that reason we have analyzed common approaches in distributed systems development. In this paper we introduce complex event processing. We try to evaluate its assets concerning design, implementation, modifiability, and flexibility of reactive distributed systems. For this purpose, we have implemented a functional model of an electronic toll collection system, based on system specifications for Slovak conditions. Significant flexibility is achieved in comparison with existing solutions. We also present the possibilities of complex event processing application in reactive distributed system design. Based on gained knowledge even implemented a functional model we have evaluated complex event processing impact on system's functionality, modifiability, performance and other characteristics.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125244941","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
The Summary of Indoor Navigation Possibilities Considering Mobile Environment 考虑移动环境的室内导航可能性综述
László Kundra, P. Ekler
{"title":"The Summary of Indoor Navigation Possibilities Considering Mobile Environment","authors":"László Kundra, P. Ekler","doi":"10.1109/ECBS-EERC.2013.32","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.32","url":null,"abstract":"Indoor navigation falls into two main categories: helping people to find their way in buildings, and for automation purposes for example for robots or quadricopters. In this paper pedestrian navigation is being discussed using commercial mobile phones in that particular case, when global navigation systems are not available. Furthermore no beacon or internet-based aid is applied. This type of indoor navigation is called offline indoor navigation, where the main concept is to use onboard sensors of mobile phones and apply different filtering solutions and algorithms for examples such algorithms that follows pedestrian movements. In this paper we compare different solutions for indoor navigation with real measurements. Therefore this work can be considered as a summary work for indoor navigation techniques. Furthermore we propose techniques and measurements for offline indoor navigation by applying different filters and noise processing algorithms considering the limitations of the sensors.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128470623","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Learning Classifier System Improvement Based on Probability Driven and Neural Network Driven Approaches 基于概率驱动和神经网络驱动方法的学习分类器系统改进
Ladislav Clementis
{"title":"Learning Classifier System Improvement Based on Probability Driven and Neural Network Driven Approaches","authors":"Ladislav Clementis","doi":"10.1109/ECBS-EERC.2013.26","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.26","url":null,"abstract":"Rule-based systems like Learning Classifier System are widely used in areas where data mining, data classification and pattern recognition tasks are essential. It is often difficult to address the knowledge base of these complex classifier systems, which is usually a set of classifiers. Therefore we use evolutionary processes like genetic algorithms to develop their knowledge base. We provide modified Learning Classifier System enriched by probability model to help build an appropriate knowledge base more effectively. We included a neural network into the action selection process and therefore action can be determined accordingly with a probability model. We provide simulation results which demonstrate efficiency of learning processes to compare these approaches.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127497104","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Selection and Prioritization of Test Cases by Combining White-Box and Black-Box Testing Methods 结合白盒和黑盒测试方法对测试用例的选择和优先级排序
Sandra Kukolj, V. Marinkovic, M. Popovic, Szabolcs Bognár
{"title":"Selection and Prioritization of Test Cases by Combining White-Box and Black-Box Testing Methods","authors":"Sandra Kukolj, V. Marinkovic, M. Popovic, Szabolcs Bognár","doi":"10.1109/ECBS-EERC.2013.28","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.28","url":null,"abstract":"In this paper, we present a methodology that combines both white-box and black-box testing, in order to improve testing quality for a given class of embedded systems. The goal of this methodology is generation of test cases for the new functional testing campaign based on the test coverage information from the previous testing campaign, in order to maximize the test coverage. Test coverage information is used for selection of proper test cases in order to improve the quality of testing and save available resources for testing. As an output, a set of test cases is produced. Generated test cases are processed by the test Executor application that decides whether results have passed or failed, based on the results of image grabbing, OCR text extraction, and comparison with expected text. The presented methodology is finally validated by means of a case-study targeting an Android device. The results of the case study are affirmative and they indicate that the proposed methodology is applicable for testing embedded systems of this kind.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114547648","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Parallel Processing of Multichannel Video Based on Multicore Architecture 基于多核架构的多通道视频并行处理
B. Kordic, V. Marinkovic, M. Popovic, V. Pekovic
{"title":"Parallel Processing of Multichannel Video Based on Multicore Architecture","authors":"B. Kordic, V. Marinkovic, M. Popovic, V. Pekovic","doi":"10.1109/ECBS-EERC.2013.29","DOIUrl":"https://doi.org/10.1109/ECBS-EERC.2013.29","url":null,"abstract":"Parallel processing and multi-core architectures are being accepted in all segments of industry caused by the need for better performance in real-time and non-real-time systems. This paper presents an implementation of parallel processing system for multichannel video on a multicore architecture using different building blocks. Black Screen Detection algorithm is used for digital image processing. The implemented system was validated by means of a particular case study. Experimentally obtained results are related to analysis of the system scalability, in terms of processing speed up as a function of the number of cores that participate in the processing. Also, due to the specific memory architecture, the influence of a ping-pong mechanism has been analyzed. Based on these results, the use of multi-core architecture for parallel processing to achieve significantly better performance of the target class of embedded systems is justified.","PeriodicalId":314029,"journal":{"name":"2013 3rd Eastern European Regional Conference on the Engineering of Computer Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114655805","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信