Národní úložiště šedé literatury Nalezeno 33 záznamů.  předchozí11 - 20dalšíkonec  přejít na záznam: Hledání trvalo 0.00 vteřin. 
Nástroj pro zachycení síťového provozu s aplikačním tagem
Zuzelka, Jozef ; Lichtner, Ondrej (oponent) ; Pluskal, Jan (vedoucí práce)
Zachytávanie sieťovej prevádzky a jej následná analýza sú užitočné v prípade, že hľadáme problémy v sieti alebo sa chceme dozvedieť viac o aplikáciach a ich sieťovej komunikácii. Táto práca sa zameriava na proces identifikácie sieťových aplikácií, ktoré sú spustené na lokálnom počítači a ich asociáci so zachytenými paketmi. Cieľom projektu je vytvorenie multi-platformového nástroja, ktorý zachytí sieťovú komunikáciu do súboru a pridá k nej aplikačné tagy, čo sú rozpoznané aplikácie a identifikácia ich paketov. Operácie, ktoré môžu byť vykonávané samostatne sú paralelizované pre zrýchlenie spracovania paketov, a teda aj zníženie ich strátovosti. Zdrojová aplikácia je zisťovaná pre všetky (prichádzajúce aj odchádzajúce) pakety. Všetky identifikované aplikácie sú uložené v aplikačnej cache spolu s informáciami o jej soketoch pre ušetrenie času nevyhľadávaním už zistených aplikácií. Je dôležité túto cache pravidelne aktualizovať, pretože komunikujúca aplikácia môže zatvoriť soket v  ľubovoľnom čase. Nakoniec sú získané informácie vložené na koniec pcap-ng súboru ako samostatný pcap-ng blok.
Implementace podpory nástroje NetEm v projektu LNST
Procházka, Jiří ; Marek, Marcel (oponent) ; Lichtner, Ondrej (vedoucí práce)
Tato práce se věnuje emulacím sítí. Obsahuje uvedení do problematiky emulací a jiných metod experimentování. Součástí je také výpis a rozbor softwarových a hardwarových emulátorů. Zvláštní důraz je kladen na emulátor NetEm, který je použit v praktické části práce. Ta obsahuje základní informace o aplikaci LNST, do které byla implementována podpora emulátoru NetEm. Nakonec pak byla vytvořena sada testů využívající tuto implementaci.
Distribuované zpracování zachycené síťové komunikace
Hvězda, Matěj ; Lichtner, Ondrej (oponent) ; Pluskal, Jan (vedoucí práce)
Pro správce sítí je běžná věc zpracovávat a analyzovat síťové přenosy. Soubory, které obsahují tyto síťové toky, nejsou tak velké pro malé sítě. Ale v případě velkých topologiích, kde soubory rostou až do desítek GB, je zpracování komunikace velice náročné. Naštěstí existují distribuované systémy a výpočty na nich. Představuji paralelní aplikaci, která je škálovatelná a rozšířitelná. Její účel je rozdistribuovat rámce ze souborů na systém, kde proběhne proces zpracování. Aplikace je pro uživatele transparentní a je vyvíjena pro platformu Windows, která poskytuje technologie pro vytváření paralelních systémů a komunikaci potřebnou ke spolupráci. Aplikace podporuje různé formáty souborů. A~využívá databázi k uložení dat a statistik komunikace, aby klientská aplikace uspořila paměť a byla použitelná pro méně výkonné počítače.
Porting Tang to OpenWRT
Dudlák, Tibor ; Polčák, Libor (oponent) ; Lichtner, Ondrej (vedoucí práce)
The main objective of this work was to port and document the process of porting the Tang server and its dependencies to OpenWrt system, which is designed for embedded devices such as WiFi routers. This thesis describes the encryption and its application to secure the computer's hard drive. It describes the structure of the encrypted disk's partition according to the LUKS specification on Linux operating systems. The thesis focuses on describing possibilities of automating the disk decryption process using an external server that enters the process as a third party. It describes the principles of Key Escrow and Tang server. Steps required to compile and configure the Tang server are described too. The thesis also includes a documented process of contributing changes and newly created OpenWrt packages to corresponding Open Source projects.
Asynchronous MQTT Client Library for Embedded Devices Running on Drogue-IoT Firmware
Babec, Ondřej ; Lichtner, Ondrej (oponent) ; Pluskal, Jan (vedoucí práce)
IoT is a branch of informatics that is massively expanding in the last few years. In today's world, IoT is all around us. Smart bulbs, household accessories, or also thousands of devices in industrial buildings all are part of the IoT. There are many projects that allow the integration of IoT devices and cloud processing of their messages. One of these projects is Drogue-IoT. This open-source project allows creating the enterprise cloud solutions but also firmware for the embedded devices. One limitation of this project is the unavailability of the client library for the MQTT messaging protocol. Exactly this library is the main theme of this paper. Work designs and implements Rust native MQTT client for embedded devices, which currently does not exist. The solution is shown with the built device. The final report evaluates the implementation of the client and includes possible improvements in implementation.
Simulátor IED s podporou komunikace GOOSE
Ládr, Tomáš ; Lichtner, Ondrej (oponent) ; Matoušek, Petr (vedoucí práce)
Cílem této bakalářské práce je vytvoření simulátoru IED pracujícího jako publisher protokolu IEC 61850-GOOSE. Pro dosažení tohoto cíle byla použita knihovna libIEC61850. V rámci práce bylo naimplementován emulátor zařízení komunikujícího pomocí protokolu GOOSE. Zpráva obsahuje experimenty validující emulovanou komunikaci. Přínosem této práce je vytvoření open-source tohoto typu emlátoru pro operační systém Linux, protože ostatní existující řešní jsou komerční.
Keyboard and Keys Image Recognition
Lorenc, Jan ; Lichtner, Ondrej (oponent) ; Pluskal, Jan (vedoucí práce)
The goal of this thesis is to create a solution for keyboard keys recognition to automate robotic writing on keyboards. Datasets for keyboard detection in an image, character detection in an image and post-processing correction of the character detection based on various keyboard layouts were created as prerequisites for this work. This research presents several approaches towards keyboard keys detection problem and selects the most suitable one. The chosen strategy is to split the problem into 3 phases which correspond to the prepared datasets. First of all, a separate keyboard detection is run. After that, characters are recognized in the detected keyboard region. These tasks are accomplished using neural networks and Canny edge detection technique. The last phase is the post-processing of the detection results (character correction, autocompletion of undetected characters, special keys distinction etc.). The results of each phase are evaluated. The contribution of the thesis lies in the creation of the datasets for keyboard and keys detection, and novel modular and extensible solution for the recognition process that yields very promising results.
Asynchronous MQTT Client Library for Embedded Devices Running on Drogue-IoT Firmware
Babec, Ondřej ; Lichtner, Ondrej (oponent) ; Pluskal, Jan (vedoucí práce)
IoT is a branch of informatics that is massively expanding in the last few years. In today's world, IoT is all around us. Smart bulbs, household accessories, or also thousands of devices in industrial buildings all are part of the IoT. There are many projects that allow the integration of IoT devices and cloud processing of their messages. One of these projects is Drogue-IoT. This open-source project allows creating the enterprise cloud solutions but also firmware for the embedded devices. One limitation of this project is the unavailability of the client library for the MQTT messaging protocol. Exactly this library is the main theme of this paper. Work designs and implements Rust native MQTT client for embedded devices, which currently does not exist. The solution is shown with the built device. The final report evaluates the implementation of the client and includes possible improvements in implementation.
Processing of the Blockchain Employing IPFS
Múčka, Matúš ; Lichtner, Ondrej (oponent) ; Veselý, Vladimír (vedoucí práce)
This work aims to design a platform for processing blockchain data of selected cryptocurrencies for further exploring using IPFS. In this thesis, we created a proprietary decentralized and distributed database system that supports advanced queries. The solution provides a well-arranged graphical user interface for data visualization as well as API, which makes it easy to connect to other applications. The benefit of this work is a new view of blockchain processing which opens up new possibilities in its exploring.
Simulátor IED s podporou komunikace GOOSE
Ládr, Tomáš ; Lichtner, Ondrej (oponent) ; Matoušek, Petr (vedoucí práce)
Cílem této bakalářské práce je vytvoření simulátoru IED pracujícího jako publisher protokolu IEC 61850-GOOSE. Pro dosažení tohoto cíle byla použita knihovna libIEC61850. V rámci práce bylo naimplementován emulátor zařízení komunikujícího pomocí protokolu GOOSE. Zpráva obsahuje experimenty validující emulovanou komunikaci. Přínosem této práce je vytvoření open-source tohoto typu emlátoru pro operační systém Linux, protože ostatní existující řešní jsou komerční.

Národní úložiště šedé literatury : Nalezeno 33 záznamů.   předchozí11 - 20dalšíkonec  přejít na záznam:
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.