Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "pi" wg kryterium: Temat


Wyświetlanie 1-5 z 5
Tytuł:
The IoT gateway with active queue management
Autorzy:
Domański, Adam
Domańska, Joanna
Czachórski, Tadeusz
Klamka, Jerzy
Szyguła, Jakub
Marek, Dariusz
Powiązania:
https://bibliotekanauki.pl/articles/1838178.pdf
Data publikacji:
2021
Wydawca:
Uniwersytet Zielonogórski. Oficyna Wydawnicza
Tematy:
active queue management
PI controller
dropping packets
fractional calculus
IoT gateway
aktywne zarządzanie kolejkami
regulator PI
pochodna ułamkowa
Internet Rzeczy
Opis:
As the traffic volume from various Internet of things (IoT) networks increases significantly, the need for adapting the quality of service (QoS) mechanisms to the new Internet conditions becomes essential. We propose a QoS mechanism for the IoT gateway based on packet classification and active queue management (AQM). End devices label packets with a special packet field (type of service (ToS) for IPv4 or traffic class (TC) for IPv6) and thus classify them as priority for real-time IoT traffic and non-priority for standard IP traffic. Our AQM mechanism drops only non-priority packets and thus ensures that real-time traffic packets for critical IoT systems are not removed if the priority traffic does not exceed the maximum queue capacity. This AQM mechanism is based on the PIα controller with non-integer integration order. We use fluid flow approximation and discrete event simulation to determine the influence of the AQM policy on the packet loss probability, queue length and its variability. The impact of the long-range dependent (LRD) traffic is also considered. The obtained results show the properties of the proposed mechanism and the merits of the PIα controller.
Źródło:
International Journal of Applied Mathematics and Computer Science; 2021, 31, 1; 165-178
1641-876X
2083-8492
Pojawia się w:
International Journal of Applied Mathematics and Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Badanie funkcjonalności aplikacji wykonanej w technologii .NET Core na platformie Raspberry Pi II
Testing the functionality of the application made in .NET Core technology on the Raspberry Pi II platform
Autorzy:
Sajnóg, Tomasz Piotr
Czerwiński, Dariusz
Powiązania:
https://bibliotekanauki.pl/articles/98282.pdf
Data publikacji:
2018
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
NET Core
Raspberry Pi
Internet Rzeczy
Internet of Things
Opis:
W artykule przedstawiono wyniki analizy funkcjonalności aplikacji wykonanej w technologii .NET Core firmy Microsoft na platformie Raspberry Pi 2. Badania zostały zrealizowane poprzez implementację testowych aplikacji wykorzystujących biblioteki firmy Microsoft oraz opracowane przez społeczność zgromadzoną wokół technologii .NET Core. Skupiono się na zastosowaniu niniejszej technologii w zastosowaniach Internetu Rzeczy. Przy porównaniu brano pod uwagę możliwość wykorzystania interfejsów Raspberry Pi w technologii .NET Core oraz oficjalnie wspieranego języka Python i popularnej technologii Node.js. Porównano również wydajność tych technologii w badanym środowisku sprzętowym.
The paper presents the results of functionality analysis of application made in Microsoft .NET Core technology on Raspberry Pi 2 platform. The research was done by implementing applications using libraries provided by Microsoft and developed by .NET Core community. The focus was placed on usage of this technology in the Internet of Things applications. The comparison of the possibility of using Raspberry Pi interfaces in .NET Core, officially supported Python language and popular Node.js technology was made. The performance of these technologies was also compared.
Źródło:
Journal of Computer Sciences Institute; 2018, 9; 350-358
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Szacowanie zajętości łącza metodą par pakietów w systemie komunikacji IoT
Estimation of Link Occupancy During TCP Transmissions in Internet of Things
Autorzy:
Chodorek, Agnieszka
Chodorek, Robert R.
Powiązania:
https://bibliotekanauki.pl/articles/275855.pdf
Data publikacji:
2019
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Tematy:
implementacja
Internet Rzeczy
metoda par pakietów
pomiary
przeciwdziałanie przeciążeniom
Raspberry Pi
protokół TCP
układ prototypowy
congestion control
implementation
Internet of Things
measurements packet pair
prototype device
Raspberry PI
TCP
Opis:
Jednym z problemów występujących w dużych systemach Internetu Rzeczy, złożonych z tysięcy urządzeń IoT, są przeciążenia sieci w pobliżu urządzeń pełniących rolę hubów komunikacyjnych (brokerów danych, chmur obliczeniowych). Przeciążenia te nie są w wystarczającym stopniu rozładowywane przez protokół TCP, który (ze względu na specyfikę ruchu telekomunikacyjnego w systemach IoT) nie jest w stanie prawidłowo oszacować, dostępnych dla danej transmisji, zasobów sieciowych. W artykule przedstawiono prototypowe urządzenie IoT, zbudowane na mikrokontrolerze Raspberry PI pracującym pod kontrolą systemu operacyjnego Linux, które szacuje wielkość, dostępnej dla protokołu TCP, przepustowości ścieżki komunikacyjnej. Urządzenie korzysta ze znanej metody par pakietów. Aby poprawić dokładność szacunków, użyto wariantu metody, który ocenia wielkość dostępnej przepustowości na podstawie ciągów par. Badania przeprowadzone w dedykowanej sieci lokalnej pozwoliły zarówno ocenić pracę urządzenia, jak i dokonać analizy dokładności szacunków przeprowadzanych w obecności ruchu charakterystycznego dla systemów Internetu Rzeczy. Oceniono również narzut ruchu wnoszonego do sieci Internetu Rzeczy przez pomiary metodą par testowych TCP. Ze względu na ograniczoną moc obliczeniową mikrokontrolera Raspberry PI, urządzenie korzysta z prostych, szybkich wariantów obliczeniowych metody par pakietów PTR (bez odstępu czasowego między parami pakietów) oraz zmodyfikowany IGI (ze zmiennym odstępem czasowym między parami pakietów). Urządzenie umożliwia szybką ocenę stanu sieci w trakcie trwania transmisji IoT. Znajomość stanu sieci, w tym przepustowości dostępnej dla transmisji TCP, pozwoli na efektywniejsze działanie systemu wykorzystującego dużą liczbę urządzeń Internetu Rzeczy.
One of the serious problems with large-scale Internet of Things systems, composed of thousands of IoT devices, are network congestions that occur near communication hubs (data brokers, computing clouds). These congestions cannot be enoughly discharged by the TCP protocol, which (due to specific teletraffic, generated by IoT devices) is not able to correctly estimate bandwidth available for a given transmission. In this article, a prototype IoT device that estimates amount of bandwidth of transmission path, available for TCP transmissions, is presented. The device is built with the use of the Raspberry PI microcontroller, working under the control of the Linux operating system, and uses packet pairs method for bandwidth estimation. To improve estimation accuracy, Probing Packet Trains (PPT) variant of packet pairs method was used. Results of experiments carried out in local area network are presented in figures and includes both analysis of estimation accuracy, and analysis of amount of control traffic that will be injected to an IoT network during a single measurement with the use of several probing packet trains. Due to limited computing power of the Raspberry PI, the device uses two, simple for computing, versions of the PPT: Packet Transmission Rate and Initial Gap Increasing. The device enables fast assessment of networks conditions. Knowledge of bit rate available for current TCP transmissions allows for more efficient performance of IoT systems that use large amount of devices.
Źródło:
Pomiary Automatyka Robotyka; 2019, 23, 2; 53-60
1427-9126
Pojawia się w:
Pomiary Automatyka Robotyka
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
System parkowania zmniejszający zanieczyszczenie środowiska oparty na IoT
Parking system reducing greenhouse gases based on IoT
Autorzy:
Krupanek, B.
Bogacz, R.
Dróżdż, Ł.
Powiązania:
https://bibliotekanauki.pl/articles/267077.pdf
Data publikacji:
2018
Wydawca:
Politechnika Gdańska. Wydział Elektrotechniki i Automatyki
Tematy:
Internet Rzeczy
system parkingowy
zanieczyszczenie środowiska
Raspberry Pi
Internet of Things
parking system
greenhouse gases
Opis:
Obecnie parkowanie samochodów w centrach aglomeracji miejskiej stało się poważnym problemem. Zwiększająca się ciągle liczba samochodów krążących po miastach w celu zaparkowania pojazdu powoduje ogromne straty paliwa a tym samym zwiększa się emisja gazów cieplarnianych i zanieczyszczeń. Zaproponowany przez autorów prototyp systemu parkowania ma na celu redukcję zanieczyszczeń dzięki sprawnemu odnajdywaniu miejsca parkingowego. System wykorzystuje tagi RFID oraz technologię Internetu Rzeczy. Został on opracowany na potrzeby jednej z lokalnych firm, której klienci muszą korzystać z różnych parkingów miejskich. Dzięki informacji na urządzeniu mobilnym klient ma możliwość podjechania na parking bez długotrwałego wyszukiwania miejsca.
Currently, parking of cars in the centers of the urban agglomeration has become a serious problem. The ever-increasing number of cars circulating in the cities to park the vehicle causes huge losses of fuel and thus the emission of greenhouse gases and pollutants increases. The prototype of the parking system proposed by the authors aims to reduce pollution by efficiently finding a parking space. The system uses RFID tags and Internet of Things technology. It has been developed for the needs of one of the local companies, whose customers must use various city car parks. Thanks to the information on the mobile device, the customer has the opportunity to drive to the car park without a long-lasting search for a place. The proposed prototype of the parking assist system assumes the monitoring of parking spaces and cars of the company's clients in such a way that the client, when already near the company, has information on the smartphone regarding the location of the parking space. The most important element of the system is the Microsoft Azure platform, which is a large, flexible platform for integrated services in a secure cloud. The cloud gives the opportunity to acquire, store and analyze data from many sources, which was the most important in the designed system. In addition, the cloud allows you to design a mobile application for the company's clients and supervise possible future payments. The system described has very large development and research possibilities. Only after a certain time of use will it be possible to assess which elements of the system should be improved. An important issue is the communication between all parts currently implemented to a large extent in a wireless way using RFID and WiFi (from the RaspberryPi module to the Azure platform). The implemented system supports drivers during the search for a parking space, which allows to save time, money and reduce emissions to the atmosphere, which was a priority for the company implementing the prototype system.
Źródło:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej; 2018, 59; 117-122
1425-5766
2353-1290
Pojawia się w:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
ICT in the Polish Railway Industry
Autorzy:
Gago, S.
Powiązania:
https://bibliotekanauki.pl/articles/215108.pdf
Data publikacji:
2018
Wydawca:
Instytut Kolejnictwa
Tematy:
broadband ICT networks
5G technologies
ICT in the railway industry
Internet of Things (IoT)
Physical Internet (PI)
szerokopasmowe sieci teleinformatyczne
technologia 5G
teleinformatyka
kolejnictwo
Internet Rzeczy
Fizyczny Internet
Opis:
The article intends to discuss the impact of the development of IT and logistics systems on the development of ICT networks in the context of practical application in the area of transport, especially in the area of railway transport in Poland. At present, PKP PLK is involved in the construction of a teletransmission network, to be used mainly with ERTMS. According to the author, development of the network should be planned in such a way that this network is able to satisfy the current and future needs of all railway companies in the area of data transmission, making it possible for such railway companies to extend their range of ICT services to include other forms of transport. Systems of railway traffic control should be established within a physically isolated fibre-optic network (isolated fi bres in fibre-optic cables).
Źródło:
Problemy Kolejnictwa; 2018, 179; 75-81
0552-2145
2544-9451
Pojawia się w:
Problemy Kolejnictwa
Dostawca treści:
Biblioteka Nauki
Artykuł
    Wyświetlanie 1-5 z 5

    Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies