National Repository of Grey Literature 145 records found  beginprevious124 - 133nextend  jump to record: Search took 0.00 seconds. 
Application for real network traffic processing in OPNET Modeler environment
Bartl, Milan ; Reichert, Pavel (referee) ; Molnár, Karol (advisor)
The bachelor thesis "Application for real network traffic processing in OPNET Modeler environment" concerns about cooperation of simulation tool OPNET Modeler with real computer network environment. In this thesis I describe creating module that implements server application that processes data coming from real network and sends them to OPNET Modeler simulation. I also describe all necessary modifications inside OPNET Modeler simulation and steps for successful running the simulation.
Design and realization of client application for cooperation with ONET Modeler
Polak, Martin ; Jelínek, Mojmír (referee) ; Molnár, Karol (advisor)
The bachelor thesis „Design and realization of client application for cooperation with OPNET Modeler“ is about trying to bring a client to easier and better communication with the server. Open new opportunities for effective work in the network. Goal of this work is to interconnect two communication stations, which will together communivate. OPNET communicates with an external program which redirects the data to the network layer. The work describes the individual steps in creating a model client. Part of the work is introduction to the OPNET Modeler simulation environment, whereupon it is tied together a detailed desciption of programming of an external application.
Communication protocol for messenger
Bílý, Ondřej ; Rášo, Ondřej (referee) ; Mlýnek, Petr (advisor)
Bachelor‘s discuss on theme Communications protocol for messenger and his security. The introduction analysis the basic points of cryptographic security of data. Next two parts deals with the two most used architectures in the area of information network, which helps in understanding of sending data by this network. Penult deals with the creation of the communication channel in between the applications in the information network.. The final part includes description of three uncomplicated applications. This demonstrates the use of various cryptographic securities and various protocols for the sending of information between the users.
Compression, decompression and streaming of video data
Šilhavý, Miroslav ; Číka, Petr (referee) ; Burget, Radim (advisor)
The Bachelor thesis is focused on description of FFmpeg tool and theora codec abilities. Comparison of capabilities and technologies within MPEG-4 (MPEG4- ASP, H.264), Theora and MPEG-2 codec. Testing the compression efficiency and output image quality of codecs x264 and Theora. Further I mentioned samples of using Theora and FFmpeg programming interface for video handling. Part of the thesis is also analysis and implementation of the player based on FFmpeg libraries and application for streaming Theora encoded video packets by RTP protocol.
Universal ethernet module
Řeháček, Tomáš ; Valach, Soběslav (referee) ; Burian, František (advisor)
This master’s thesis deals with creating a universal module with Ethernet interface and its using for digital values measurement. The main module components are gate array FPGA, microprocessor, PHY chip and RJ45 connector. Printed circuit board is in this thesis designed in Eagle. The chase for board is drawn in SketchUp and printed on a 3D printer. There is a code implemented in created universal module that is performing the function of logic analyzer. Data measured by the analyzer are sent to the Ethernet using UDP/IPv4 protocol. The last part is creating an application in C# to display the measured waveforms on a PC.
Temperature measurement with data transfer via WLAN
Müller, David ; Číž, Radim (referee) ; Lattenberg, Ivo (advisor)
This diploma thesis deals with the design of temperature sensor and display units, which communicate via a WLAN network. The theoretical part provides an overview of various methods of temperature measurement including several specific types of temperature sensors, and also introduces the WLAN standard as well as TCP and UDP protocols. The design solution is focuses first on the system architecture and design of the communication protocol, followed by the implementation of both types of equipment, starting with selection of components, through design diagrams and printed circuit board patterns, up to production and commissioning. The following parts of this thesis deal with the design of programs for the controlling microcontroller units of both units and the configuration application for PC.
Data network simulation using direct code execution
Trávníček, Michal ; Bartl, Milan (referee) ; Krkoš, Radko (advisor)
Purpose of this master thesis was to explain simulation of real network, point to the imperfection during these simulations and try to find out technologies and solutions that could improve credibility of simulation. For this purpose, network simulator ns-3 has been chosen which supports direct code execution together with Quagga software suite. Master thesis describes internet protocol IPv4, UDP protocol, basics of routing and detailed explanation of OSPF routing protocol. Focus in this thesis is also on general description of simulation, its kinds and detail explanation of discrete simulation that is used by ns-3 simulator. Next chapter explains theory of ns-3 simulator, its development, conceptual overview and objects. Direct code execution and Quagga that both help improve credibility of simulation, are described in last chapter of theoretical part of thesis. In practical part of thesis is explained how to install and configure all three implemantaions of ns-3 simulator on Ubuntu, linux distribution. On the basis of obtained knowledge, the simulation model has been designed, also there has been given detailed explanation of how to create new model of simulation and how to analyze its results for all implementation.
Acquisition Unit for Security System
Pejchal, Luboš ; Fuchs,, Michal (referee) ; Dušek, Martin (advisor)
Project is focused to development of security unit for security of homes, flats and other similar spaces against intruders (thieves). Design is focused to solution of hardware and firmware for security units and their control software for PC. Hardware design solve supply over ethernet PoE, backup of supply, connection securities sensors to security unit. Firmware prevents failure of units and it is communicating with sensors and PC. Software in PC provides settings of security units, deactivating of alarm and measure temperature by security unit.
ECG Signal Transmission via Ethernet
Bayerová, Zuzana ; Provazník, Ivo (referee) ; Sekora, Jiří (advisor)
The semestral thesis describes ECG signal compression methods designed to modify the data for transmission via communication channels. The thesis contains an introduction to Ethernet and explanation of communication in the network. The transport protocols TCP and UDP are discussed in more detail. In the practical part of the thesis was created two separate applications. The first application in the sender's computer opens a text file with the ECG signal. Loaded ECG signal is filtered by cascade of filters to eliminate interference. The resulting signal is displayed. A part of the application is the R wave detection, calculating the length of RR interval and heart rate. The application also allows to compress an ECG signal. ECG signal is sent via Ethernet network via UDP protocol for individual samples. Applications in the recipient's computer receives signal samples from the network. Recieved compressed data is reconstructed. The resulting ECG signal is displayed and there are again detected R waves, the length of RR intervals and sampling frequency are calculated.
An Ethernet-CAN controller for mobile robots
Uherka, Bohumil ; Florián, Tomáš (referee) ; Burian, František (advisor)
The diploma thesis deals with creating the Ethernet converter protocol UDP of the CAN bus with the used application layer CANopen. The converter is executed by means of the microcontroller ARM Cortex-M3, namely by STM32F107VC by STMicroelectronics. The project is designed for the purpose of serving as the main motor controlling card of the mobile advertising robot FektBot. In the theoretical part you can find a brief analysis of the ARM microcotrollers problematics, particularly the STM32F107VC. Then the thesis introduces the Ethernet technology including the UDP protocol. Finally, the CAN bus and its application layer CANopen is described. The practical part shows first of all the scheme of converter hardware. You can find there the design of printed circuits including all components for proper functioning, i.e. especially the microcontroller STM32F107VC, Ethernet PHY, the CAN bus transceiver and switched stabilized supply. Next chapter describes software creating for the given converter. Firstly there are analyzed possible ways of STM32F107VC programming, and then there is the main conception of resolving the programming part shown. The thesis then deals with the concrete implementation of the UDP Ethernet protocol. For that, the lwIP stack is used, over which the application layer of the FektBot robot works. Then there is analyzed the implementation of the CAN bus and CANopen. At the end of the practical part, the final execution of the converter software and the ways of its testing are described.

National Repository of Grey Literature : 145 records found   beginprevious124 - 133nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.