• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 233
  • 142
  • 117
  • 116
  • 16
  • 15
  • 14
  • 12
  • 7
  • 6
  • 6
  • 5
  • 4
  • 2
  • 2
  • Tagged with
  • 753
  • 191
  • 153
  • 121
  • 105
  • 104
  • 99
  • 84
  • 81
  • 73
  • 71
  • 66
  • 65
  • 59
  • 59
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
141

Návrh řešení komunikačního rozhraní ve WBAN systémech / Design of communication interface in WBAN systems

Kandera, Tomáš January 2020 (has links)
Táto diplomová práca sa zaoberá technickou realizáciou WBAN zariadenia, ktoré je schopné súbežne komunikovať prostredníctvom dvoch bezdrôtových komunikačných protokolov. Rešerš dostupných riešení je dostupná s hodnotením jednotlivých produktov podľa vopred stanovených kritérií. Návrh z hľadiska software obsahuje tvorbu vlastného BLE servisu, konfiguráciu Timeslot API a periférií často využívaných vo WBAN zariadeniach. Výroba dosiek plošných spojov pre zariadenie a dedikovaný ovládač zahŕňa vlastnú anténu, nabíjací obvod batérie a nRF52810 čip. Testovanie prototypov je zhrnuté v poslednej kapitole spoločne s experimentálnym meraním útlmu živočíšneho tkaniva.
142

Oblíbenost JavaScriptových API internetového prohlížeče / On Popularity of Web Browser JavaScript APIs

Schauer, Marek January 2021 (has links)
In this work we present the design and implementation of a platform for automated measurement of the use of JavaScript APIs in a web browser. This platform is based on OpenWPM, which is used to instrument the web browser. In our architecture, the browser is extended with a modified Web API Manager extension, which allows to capture calls to JavaScript methods and log information about these calls. The platform was used to perform measurements on a 10,000 websites. From the analysis of the data obtained by the measurement, we found that the most used APIs over measured websites are APIs specified in HTML and DOM standards, High Resolution Time API and Web Cryptography API. Within the APIs that were implemented in Mozilla Firefox after 2016, we identified the Intersection Observer API, Background Tasks API and Resize Observer API as the most frequently used.
143

Centralizace a správa distribuovaných informaci / Centralization and maintenance of distributed information

Valčák, Richard January 2010 (has links)
The master’s thesis deals with the web mining, information sources, unattended access methods to these sources, summary of available methods and tools. Web data mining is a very useful tool for required information acquiring, which is used for further processing. The work is focused on the proposal of a system, which is created to gather required information from given sources. The master’s thesis consists of three parts, which employ the developed library: API, which is used by programmers, server application for gathering information in time (such an exchange rate for instance) and example of AWT application, which serves for the processing of tables available on the internet.
144

Ovládání generátoru sítového provozu z prostředí OPNET Modeler / Control of network operation generator from OPNET Modeler environment

Bartl, Milan January 2011 (has links)
In this work an interface between network simulator OPNET Modeler and network operations generator IxChariot is described. The goal is to control the generator by data from an OPNET modeler simulation. More accurately the generator is supposed to produce a data flow with desired settings of DSCP field, which is used to support quality of service mechanism. The goal can be achieved by two possible approaches: using IxChariot TCL API or IxChariot C API. Both of these approaches are described and conclusions are made at the end.
145

Měření parametrů síťového provozu na přístupovém bodě / Measurement of network traffic at access point

Novák, Ondřej January 2011 (has links)
This master’s thesis focuses on the issue of measurement of parameters of network traffic of wired and wireless networks. The first part theoretically describes SNMP protocol and application interface API, that form the basis for acquiring and evaluating data. The next section describes known MIKROTIK platform and software solutions for the alternative possibility of implementing a new feature. The last part closely describes the created application. It is a simple information system, whose task is to get information and evaluate it using the known functions. The conclusion of the work is a few tests of this application, assessing the real operation.
146

En undersökning och implementering för att hitta lämpligast teknik vid e-postläsning : En jämförelse mellan Outlook Mail REST API, Gmail API och IMAP4 baserat på prestanda och säkerhet

Arvidsson, Isac January 2020 (has links)
Tekniker för att hämta e-post har sedan länge varit svåra att hantera på grund av brist på en tydlig standard. E-post kan variera i vilka headers som följer med och vilken storlek som är tillåten. De kan även vara skillnader på hur mailet är kodat vilket kan bidra till att mailet inte lyckas parsas på rätt sätt. Äldre tekniker som IMAP4 och POP3 förlitar sig på en bristande autentiseringsprocess som inte är önskvärd. Projektet kommer därför studera de nyare teknikerna Outlook Mail REST API och Gmail API för att jämföra dem mot IMAP4. Syftet är att på ett säkrare och effektivare sätt kunna läsa epost och integrera dem med ett ärendehanteringssystem. e-postöverföringar ska kunna schemaläggas med specifikationer som sparas i en konfigurationsfil. För att uppnå syftet implementerades tre prototyper som använde varsin teknik för att läsa e-post. För att jämföra teknikerna på prestanda gjordes tidsmätningar. En jämförelse på säkerhet genomfördes genom att sätta upp den information som måste sparas i konfigurationsfilen. En jämförelse på funktionalitet genomfördes genom att jämföra en lista på funktioner som bestämdes genom en intervju och därefter se om dem finns på de tre olika teknikerna. Resultatet blev att Outlook Mail API var överlägset bäst när det kommer till prestanda. Den stora anledningen varför var att Outlook API hämtar e-post i plain-text vilket leder till en betydligt kortare tid för att parsa e-post. Gmail API var snabbare än IMAP4 mest troligt för att den använder protokollet http för att hämta epost. Både IMAP4 och Gmail API hämtar e-post i form av MIME-meddelanden vilket ledde till en ungefärligt lika lång tid för parsning. Funktionaliteten för teknikerna var densamma förutom några få skillnader. Outlook API har funktionalitet för att hämta epost i plain-text medan de andra inte har det. Gmail API har inte möjlighet att sortera inkommande e-post. Slutligen kom projektet fram till att Gmail API och Outlook Mail REST API var säkrare än IMAP4 på grund av den modernare autentiseringsprocessen som inte hanterar några lösenord. Både Outlook och Gmail använder Oauth2 som autentiseringsprotokoll. Utifrån resultatet dras slutsatsen att Outlook Mail REST API är den lämpligaste lösningen baserat på dess säkerhet och prestanda. / The process to fetch email has for a long time been a difficult task because of the amount of different standards in email formats. Email can vary in different headers, format, max size and more based on which email supplier sends the mail. Older methods for fetching email as IMAP4 and POP3 still relies upon weak authentication processes. This project will therefore study the new technologies Gmail API and Outlook Mail REST API and compare these to IMAP4. The purpose of this study is to find a more effective and secure way of transferring emails from an email server to the system named Easit GO. Email transfers should be able to be scheduled in such a way that it is specified in a configuration file. To accomplish this three prototypes was implemented. Every prototype used on of the technologies to read email. To compare these prototypes there was a performance test through time measurements. To compare functionality there was a list setup of fixed functions showing which technologies that had support for that specific function. Security was based on the sensitive information that was stored in the configuration file. The result was that Outlook Mail REST API clearly beat the others on performance. This was because of outlooks ability of reading email in plain-text which leads to a substantially shorter parsing time. All of the technologies had similar functionality except for a few things. Outlook API had the possibility of reading email in plain-text which resulted in better performance. Gmail API did not have functionality to sort incoming email on oldest first. The study concluded that Outlook API and Gmail API were more secure than IMAP4 because of no passwords were saved or even used in the prototype. Both Outlook and Gmail used the authentication protocol Oauth2 which is more secure than IMAP4s Basic Authentication. The conclusion points to Outlook Mail REST API being the most suitable solution based on its performance and more modern authentication.
147

Systém pro kontrolu uživatelské aktivity a jeho integrace do systému SMART fakulty

Král, Jan January 2017 (has links)
The goal of this thesis is integration of a new data source into SmartPEF system. SmartPEF is the application of the concept of smart cities to the Faculty of Business and Economics of the Mendel University in Brno. As a new data source, a user activity monitoring system is being developed and implemented in order to collect statistical data about the traffic and utilization of university computers.
148

Tvorba interaktívnej vzdelávacej webovej aplikácie

Almásiová, Veronika January 2019 (has links)
This diploma thesis is focused on the implementation of the interactive educational application based on gamification which allows students to acquire new knowledge using new and modern way of learning. The thesis deals with analysis of mobile and web educational applications focused on gamification. Based on the analysis outcome, the functionality of the application is designed and implemented. This thesis also describes functionality for student and admin interfaces and further focuses on REST API. The implemented application expands teaching methods of the Institute of Informatics at the Mendel University in Brno. Further development of the web application is proposed within the conclusion part of this diploma thesis.
149

Mobilná aplikácia na získavanie dotazníkových dát v teréne

Šuly, Peter January 2019 (has links)
Šuly, P. Mobile application for obtaining questionnaire data in the field. Diploma thesis. In Brno: Mendel University , 2019. This diploma thesis deals with the design and creation of an application program interface for the creation of applications for obtaining questionnaire data in the field. In addition, Android mobile application is designed and implemented with use of this interface and new Android technologies. The aim of the thesis is to build an application program interface and a test application based on the acquired requirements.
150

Jämförelse av latency med olika transport layer API:er i unity / Comparing latency with different transport layer API:s in unity

Karlsson, Arvid, al Tayar, Tarik January 2022 (has links)
This study aimed to examine transport layer API:s for the game development software Unity, and conclude its effect on latency. This effect was examined by conducting a controlled experiment, whereas three transport layer API:s, KCP, Telepathy, and Steamworks.NET were active on three different open-source Unity online games. The underlying network infrastructure Mirror was integrated to utilize each transport layer API, which also provided the components necessary to capture latency at runtime. In a second unstable connection experiment, the packet loss rate of 30% was configured to analyze the transport layer API:s performance during a poor connection. Although previous work has analyzed Mirror, the corresponding transport layer API within Mirror, and its effect on latency, have not been researched. The results suggest that Steamworks.NET achieves a significantly increased latency compared to KCP and Telepathy, though Telepathy only significantly increases from KCP under unstable network conditions.

Page generated in 0.0433 seconds