National Repository of Grey Literature 58 records found  beginprevious21 - 30nextend  jump to record: Search took 0.01 seconds. 
Establishment of the Linux internet gateway using advanced filtering
Matocha, Tomáš ; Pust, Radim (referee) ; Jelínek, Mojmír (advisor)
The thesis Establishment of the Linux internet gateway using advanced filtering focuses on~the installation of~the Linux operating system on~the older computers, that functions as a gateway to connect clients in the internal network to the Internet. The thesis describes creation an advanced filter with using iptables. Shows some types of security against attacks from the Internet. The other chapters are discussed, advanced traffic control mechanism (such as a TC and a qdisc). The system queue, it is highly beneficial where it is necessary to hierarchically divide traffic between users. It describes types of queue and assembled configurations for clients in the internal network. Next chapter describes the DNS server caching-only type and application denyhosts, which increases the overall security system. Have your own DNS server is certified, especially if we want to reduce the data traffic. Last chapter describes the RADIUS server and its implementation using Apache and MySQL database. Furthermore, the configuration options are described and the examples of the particular configurations are provided. Finally, it presented a system for authentication through the RADIUS server. The thesis seeks to provide a~complex view of security and filtering.
An Information System's Jabber/XMPP Gateway as a Web Service
Tomko, Ján ; Filák, Jakub (referee) ; Rychlý, Marek (advisor)
The objective of this thesis was to learn about XMPP protocol and web services and to create a web service that provides communication with the user through XMPP messages.
Control system for cantilever gates
Koždoň, Ondřej ; Šťastný, Ladislav (referee) ; Bradáč, Zdeněk (advisor)
In this bachelor's thesis is designed and in detail described a battery powered control system for wireless controlling swing gate. This system is designed as a small electronical system with necessary Inputs/Outputs (I/O) an Input for powering from solar cells and it is equipped with requisite software.
Magnetic fields for biomedical experiments
Otýpka, Jan ; Cipín, Radoslav (referee) ; Patočka, Miroslav (advisor)
In this work deals with magnetic fields for use in biomedicine. This solution involves the choice of the correct geometric arrangement of coils for generating magnetic field with a homogeneous distribution of magnetic induction of the widest possible area. The paper compares thre traditional types of coils, solenoid, toroid and Helmholtz coil. For Helmholtz and solenoid coil and is then carried out an analysis of the magnetic flux density in the inner space. Next part is devoted to electrical resonance in the LC circuit. This is then utilized for the development of pulsed magnetic field in the Helmholtz coil. It summarizes the theoretical and practical knowledge to design and construction of resonant converters. The end is devoted to the measurement of circuit parameters and verification of theoretical knowledge.
Home gate for IoT devices using Z-Wave technology
Resler, Tomáš ; Krajsa, Ondřej (referee) ; Hošek, Jiří (advisor)
This dissertation deals with the platform Z-Wave. This platform tries to create an universal system for smart home. The theoretical part of the work describes in details the platform itself as well as the applicable libraries for programming of applications and the available equipments. The practical part presents the new custom gateway. The hardware of this gateway is designed with utilization of the Z-Wave module, Raspberry Pi 3 microcomputer, touchscreen, powerbank and the body of the system. The body has been designed in the Solid Works CAD system and printed on a 3D printer. The needed firmware was loaded into the Z-Wave module ZM5304 and this module has been interconnected with the Raspberry Pi 3 through the printed circuit board of the custom design. The gateway drives OpenZWave network through the new own application written with help of Python wrapper of the library OpenZWave and other open source components. The part of the work is also the list and description of the alternative commercial gateways available on the Czech market.
Localization in LoRaWAN technology
Pospíšil, Jan ; Hošek, Jiří (referee) ; Fujdiak, Radek (advisor)
The diploma thesis in theoretical part focuses on LPWAN in general, meaning the low power wireless device falling into IoT category with a focus on LoRaWAN. The second half of the theoretical part focuses on describing localization techniques and principles in general and selection of one suitable technique for implementation in LoRaWAN. The practical part focuses on the proper HW customizations to enable the localization in this network. There are also described all the steps needed to build the whole working LoRaWAN network. The TDoA localization algorithm is described, the functionality is verified by simulation and also by testing under real conditions. In the end, the results are explained, the shortcomings of the technology are described and finally a suggestion for improvement is provided.
Gateway connecting a water heater controller to a cloud through a home WiFi
Zrzavý, Martin ; Fiedler, Petr (referee) ; Macho, Tomáš (advisor)
This master’s thesis is about concept of gateway connection a water heater controller to a cloud through a home Wi-Fi network. In the first part, possible solutions of Wi-Fi gateway are described. The next part describes development of the hardware and software of gateway and its realization.
Virtualized web application for receiving data from sensors
Kharytonov, Oleh ; Fujdiak, Radek (referee) ; Pospíšil, Jan (advisor)
At the beginning of the theoretical part, the bachelor thesis focuses on LPWAN or Low-Power Wide-Area Network technology. Systems that are characterized by low power consumption and wide coverage. Their key features are discussed. Subsequently, attention is paid to the LoRaWAN\texttrademark\ standard,. Initially, LoRa\textsuperscript{\tiny\textregistered} modulation is discussed - the modulation techniques used and the advantages over competitors. The next step discusses LoRaWAN\texttrademark\, - architecture, types of end devices and security. Virtualization - uses in today's world, discusses types of virtualization and its benefits. The practical part introduces the commissioning of open-source LoRaWAN\texttrademark\, ChirpStack server, gateway, endpoint registration and activation. Attention is paid to an application programmed using Flask for device management and data reception. The principle of operation and commissioning of the virtualized web application is explained. Finally, the results and possible ways to improve the application are described.
Honeypot for LoRaWAN protocol
Zhukova, Viktoriia ; Pospíšil, Jan (referee) ; Pospíšil, Ondřej (advisor)
The bachelor’s thesis in the theoretical section focuses on LoRaWAN technology. It describes network communication, LoRaWAN security, vulnerabilities, and mitigation measures. The second half of the theoretical section focuses on describing honeypot technology and its distribution, listing its advantages and disadvantages, and comparing IoT honeypots. The practical section focuses on building an experimental environment. There is a description of the selected hardware and software. It describes the commissioning of the LoRaWAN network, the configuration of the gateway, and the startup of the LoRaWAN server. Next, the whole procedure of honeypot assembly is described. Two variants of high-interaction honeypot are described and investigated. One without the use of sandboxing and using a firewall, the other with the use of sandboxing and an implementation of chroot/jail.
Home gate for IoT devices using Z-Wave technology
Resler, Tomáš ; Krajsa, Ondřej (referee) ; Hošek, Jiří (advisor)
This dissertation deals with the platform Z-Wave. This platform tries to create an universal system for smart home. The theoretical part of the work describes in details the platform itself as well as the applicable libraries for programming of applications and the available equipments. The practical part presents the new custom gateway. The hardware of this gateway is designed with utilization of the Z-Wave module, Raspberry Pi 3 microcomputer, touchscreen, powerbank and the body of the system. The body has been designed in the Solid Works CAD system and printed on a 3D printer. The needed firmware was loaded into the Z-Wave module ZM5304 and this module has been interconnected with the Raspberry Pi 3 through the printed circuit board of the custom design. The gateway drives OpenZWave network through the new own application written with help of Python wrapper of the library OpenZWave and other open source components. The part of the work is also the list and description of the alternative commercial gateways available on the Czech market.

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