Literatura científica selecionada sobre o tema "Edge IoT"
Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos
Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Edge IoT".
Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.
Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.
Artigos de revistas sobre o assunto "Edge IoT"
Zhang, Yongqiang, Hongchang Yu, Wanzhen Zhou e Menghua Man. "Application and Research of IoT Architecture for End-Net-Cloud Edge Computing". Electronics 12, n.º 1 (20 de dezembro de 2022): 1. http://dx.doi.org/10.3390/electronics12010001.
Texto completo da fonteShafiq, Muhammad, Zhihong Tian, Ali Kashif Bashir, Korhan Cengiz e Adnan Tahir. "SoftSystem: Smart Edge Computing Device Selection Method for IoT Based on Soft Set Technique". Wireless Communications and Mobile Computing 2020 (9 de outubro de 2020): 1–10. http://dx.doi.org/10.1155/2020/8864301.
Texto completo da fonteLee, Dongkyu, Hyeongyun Moon, Sejong Oh e Daejin Park. "mIoT: Metamorphic IoT Platform for On-Demand Hardware Replacement in Large-Scaled IoT Applications". Sensors 20, n.º 12 (12 de junho de 2020): 3337. http://dx.doi.org/10.3390/s20123337.
Texto completo da fonteMoon, Hyeongyun, e Daejin Park. "An Efficient On-Demand Hardware Replacement Platform for Metamorphic Functional Processing in Edge-Centric IoT Applications". Electronics 10, n.º 17 (28 de agosto de 2021): 2088. http://dx.doi.org/10.3390/electronics10172088.
Texto completo da fonteXu, Rongxu, Lei Hang, Wenquan Jin e Dohyeun Kim. "Distributed Secure Edge Computing Architecture Based on Blockchain for Real-Time Data Integrity in IoT Environments". Actuators 10, n.º 8 (13 de agosto de 2021): 197. http://dx.doi.org/10.3390/act10080197.
Texto completo da fonteBansal, Malti, e Harshit. "IoT based Edge Computing". December 2020 2, n.º 4 (5 de janeiro de 2021): 204–10. http://dx.doi.org/10.36548/jtcsst.2020.4.005.
Texto completo da fonteFirouzi, Ramin, Rahim Rahmani e Theo Kanter. "Context-based Reasoning through Fuzzy Logic for Edge Intelligence". Journal of Ubiquitous Systems and Pervasive Networks 15, n.º 01 (1 de março de 2021): 17–25. http://dx.doi.org/10.5383/juspn.15.01.003.
Texto completo da fonteXu, Rongxu, Wenquan Jin, Yonggeun Hong e Do-Hyeun Kim. "Intelligent Optimization Mechanism Based on an Objective Function for Efficient Home Appliances Control in an Embedded Edge Platform". Electronics 10, n.º 12 (18 de junho de 2021): 1460. http://dx.doi.org/10.3390/electronics10121460.
Texto completo da fonteBorra, Praveen, Mahidhar Mullapudi, Harshavardhan Nerella e Lalith Kumar Prakashchand. "Analyzing AWS Edge Computing Solutions to Enhance IoT Deployments". International Journal of Engineering and Advanced Technology 13, n.º 6 (30 de agosto de 2024): 8–12. http://dx.doi.org/10.35940/ijeat.f4519.13060824.
Texto completo da fonteAnarbayevich, Abdurakhmanov Ravshan. "HARNESSING EDGE COMPUTING FOR ENHANCED SECURITY AND EFFICIENCY IN IOT NETWORKS". American Journal of Applied Science and Technology 4, n.º 3 (1 de março de 2024): 18–23. http://dx.doi.org/10.37547/ajast/volume04issue03-04.
Texto completo da fonteTeses / dissertações sobre o assunto "Edge IoT"
Stiefel, Maximilian. "IOT CONNECTIVITY WITH EDGE COMPUTING". Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-372094.
Texto completo da fonteHuang, Zhenqiu. "Progression and Edge Intelligence Framework for IoT Systems". Thesis, University of California, Irvine, 2016. http://pqdtopen.proquest.com/#viewpdf?dispub=10168486.
Texto completo da fonteThis thesis studies the issues of building and managing future Internet of Things (IoT) systems. IoT systems consist of distributed components with services for sensing, processing, and controlling through devices deployed in our living environment as part of the global cyber-physical ecosystem.
Systems with perpetually running IoT devices may use a lot of energy. One challenge is implementing good management policies for energy saving. In addition, a large scale of devices may be deployed in wide geographical areas through low bandwidth wireless communication networks. This brings the challenge of congfiuring a large number of duplicated applications with low latency in a scalable manner. Finally, intelligent IoT applications, such as occupancy prediction and activity recognition, depend on analyzing user and event patterns from historical data. In order to achieve real-time interaction between humans and things, reliable yet real-time analytic support should be included to leverage the interplay and complementary roles of edge and cloud computing.
In this dissertation, I address the above issues from the service oriented point of view. Service oriented architecture (SOA) provides the integration and management flexibility using the abstraction of services deployed on devices. We have designed the WuKong IoT middleware to facilitate connectivity, deployment, and run-time management of IoT applications.
For energy efficient mapping, this thesis presents an energy saving methodology for co- locating several services on the same physical device in order to reduce the computing and communication energy. In a multi-hop network, the service co-location problem is formulated as a quadratic programming problem. I propose a reduction method that reduces it to the integer programming problem. In a single hop network, the service co-location problem can be modeled as the Maximum Weighted Independent Set (MWIS) problem. I design algorithm to transform a service flow to a co-location graph. Then, known heuristic algorithms to find the maximum independent set, which is the basis for making service co-location decisions, are applied to the co-location graph.
For low latency scalable deployment, I propose a region-based hierarchical management structure. A congestion zone that covers multiple regions is identified. The problem of deploying a large number of copies of a flow-based program (FBP) in a congestion zone is modeled as a network traffic congestion problem. Then, the problem of mapping in a congestion zone is modeled as an Integer Quadratic Constrained Programming (IQCP) problem, which is proved to be a NP-hard problem. Given that, an approximation algorithm based on LP relaxation and an efficient service relocating heuristic algorithm are designed for reducing the computation complexity. For each congestion zone, the algorithm will perform global optimized mapping for multiple regions, and then request multiple deployment delegators for reprogramming individual devices.
Finally, with the growing adoption of IoT applications, dedicated and single-purpose devices are giving way to smart, adaptive devices with rich capabilities using a platform or API, collecting and analyzing data, and making their own decisions. To facilitate building intelligent applications in IoT, I have implemented the edge framework for supporting reliable streaming analytics on edge devices. In addition, a progression framework is built to achieve the self-management capability of applications in IoT. A progressive architecture and a programming paradigm for bridging the service oriented application with the power of big data on the cloud are designed in the framework. In this thesis, I present the detailed design of the progression framework, which incorporates the above features for building scalable management of IoT systems through a flexible middleware.
Marchioni, Alex <1989>. "Algorithms and Systems for IoT and Edge Computing". Doctoral thesis, Alma Mater Studiorum - Università di Bologna, 2022. http://amsdottorato.unibo.it/10084/1/marchioni_alex_tesi.pdf.
Texto completo da fonteAntonini, Mattia. "From Edge Computing to Edge Intelligence: exploring novel design approaches to intelligent IoT applications". Doctoral thesis, Università degli studi di Trento, 2021. http://hdl.handle.net/11572/308630.
Texto completo da fonteAntonini, Mattia. "From Edge Computing to Edge Intelligence: exploring novel design approaches to intelligent IoT applications". Doctoral thesis, Università degli studi di Trento, 2021. http://hdl.handle.net/11572/308630.
Texto completo da fontePiscaglia, Daniele. "Supporto e Infrastrutture DevOps per Microservizi IoT su Edge Gateway". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021.
Encontre o texto completo da fonteBroumas, Ioannis. "Design of Cellular and GNSS Antenna for IoT Edge Device". Thesis, Högskolan i Halmstad, Akademin för informationsteknologi, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-39239.
Texto completo da fonteAshouri, Majid. "Towards Supporting IoT System Designers in Edge Computing Deployment Decisions". Licentiate thesis, Malmö universitet, Malmö högskola, Institutionen för datavetenskap och medieteknik (DVMT), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-37068.
Texto completo da fonteRajakaruna, A. (Archana). "Lightweight edge-based networking architecture for low-power IoT devices". Master's thesis, University of Oulu, 2019. http://jultika.oulu.fi/Record/nbnfioulu-201906072483.
Texto completo da fonteKOBEISSI, AHMAD. "VERSO IL CONCETTO DI SMART CITY: SOLUZIONI IOT EDGE-CLOUD". Doctoral thesis, Università degli studi di Genova, 2020. http://hdl.handle.net/11567/996248.
Texto completo da fonteLivros sobre o assunto "Edge IoT"
Pal, Souvik, Claudio Savaglio, Roberto Minerva e Flávia C. Delicato, eds. IoT Edge Intelligence. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-58388-9.
Texto completo da fonteJensen, David. Beginning Azure IoT Edge Computing. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1.
Texto completo da fonteCicirelli, Franco, Antonio Guerrieri, Andrea Vinci e Giandomenico Spezzano, eds. IoT Edge Solutions for Cognitive Buildings. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-15160-6.
Texto completo da fonteRehan, Syed. AWS IoT With Edge ML and Cybersecurity. Berkeley, CA: Apress, 2023. http://dx.doi.org/10.1007/979-8-8688-0011-5.
Texto completo da fonteJiang, Hongbo, Hongyi Wu e Fanzi Zeng, eds. Edge Computing and IoT: Systems, Management and Security. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-73429-9.
Texto completo da fonteSofia, Rute C., e John Soldatos. Shaping the Future of IoT with Edge Intelligence. New York: River Publishers, 2023. http://dx.doi.org/10.1201/9781032632407.
Texto completo da fonteXiao, Zhu, Ping Zhao, Xingxia Dai e Jinmei Shu, eds. Edge Computing and IoT: Systems, Management and Security. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-28990-3.
Texto completo da fonteKulkarni, Shrikaant, Jaiprakash Dwived, Dinda Pramanta e Yuichiro Tanaka. Edge Computational Intelligence for AI-Enabled IoT Systems. Boca Raton: CRC Press, 2024. http://dx.doi.org/10.1201/9781032650722.
Texto completo da fonteMuzaffar, Shahzad, e Ibrahim M. Elfadel. Secure, Low-Power IoT Communication Using Edge-Coded Signaling. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-95914-2.
Texto completo da fonteGama, Joao, Sepideh Pashami, Albert Bifet, Moamar Sayed-Mouchawe, Holger Fröning, Franz Pernkopf, Gregor Schiele e Michaela Blott, eds. IoT Streams for Data-Driven Predictive Maintenance and IoT, Edge, and Mobile for Embedded Machine Learning. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-66770-2.
Texto completo da fonteCapítulos de livros sobre o assunto "Edge IoT"
Venu, Sibeesh. "IoT Edge". In Asp.Net Core and Azure with Raspberry Pi 4, 129–52. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6443-0_8.
Texto completo da fonteTadakamalla, Uma, e Daniel A. Menascé. "Characterization of IoT Workloads". In Edge Computing – EDGE 2019, 1–15. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-23374-7_1.
Texto completo da fonteDesbiens, Frédéric. "Edge Computing". In Building Enterprise IoT Solutions with Eclipse IoT Technologies, 271–96. Berkeley, CA: Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8882-5_11.
Texto completo da fonteVuppalapati, Chandrasekar. "Edge Analytics". In Building Enterprise IoT Applications, 219–76. First edition. | Boca Raton : CRC Press/Taylor & Francis Group, [2020]: CRC Press, 2019. http://dx.doi.org/10.1201/9780429056437-8.
Texto completo da fontePozveh, AmirHossein Jafari, e Hadi Shahriar Shahhoseini. "IoT Integration with MEC". In Mobile Edge Computing, 111–44. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-69893-5_6.
Texto completo da fonteAlamri, Bandar, Ibrahim Tariq Javed e Tiziana Margaria. "Preserving Patients’ Privacy in Medical IoT Using Blockchain". In Edge Computing – EDGE 2020, 103–10. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-59824-2_9.
Texto completo da fonteJensen, David. "Hello Edge". In Beginning Azure IoT Edge Computing, 83–117. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1_4.
Texto completo da fonteRehan, Syed. "Industrial IoT with AWS IoT". In AWS IoT With Edge ML and Cybersecurity, 177–210. Berkeley, CA: Apress, 2023. http://dx.doi.org/10.1007/979-8-8688-0011-5_7.
Texto completo da fonteJayashree, L. S., e G. Selvakumar. "Edge Computing in IoT". In Getting Started with Enterprise Internet of Things: Design Approaches and Software Architecture Models, 49–69. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-30945-9_3.
Texto completo da fonteJensen, David. "Azure IoT Edge Security". In Beginning Azure IoT Edge Computing, 205–25. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1_8.
Texto completo da fonteTrabalhos de conferências sobre o assunto "Edge IoT"
Čilić, Ivan, Valentin Jukanović, Ivana Podnar Žarko, Pantelis Frangoudis e Schahram Dustdar. "QEdgeProxy: QoS-Aware Load Balancing for IoT Services in the Computing Continuum". In 2024 IEEE International Conference on Edge Computing and Communications (EDGE), 67–73. IEEE, 2024. http://dx.doi.org/10.1109/edge62653.2024.00018.
Texto completo da fonteJalali, Fatemeh, Safieh Khodadustan, Chrispin Gray, Kerry Hinton e Frank Suits. "Greening IoT with Fog: A Survey". In 2017 IEEE International Conference on Edge Computing (EDGE). IEEE, 2017. http://dx.doi.org/10.1109/ieee.edge.2017.13.
Texto completo da fonteGedawy, Hend, Karim Habak, Khaled Harras e Mounir Hamdi. "An Energy-Aware IoT Femtocloud System". In 2018 IEEE International Conference on Edge Computing (EDGE). IEEE, 2018. http://dx.doi.org/10.1109/edge.2018.00015.
Texto completo da fonteAnagnostopoulos, Christos, Fani Deligiani, Kostas Kolomvatsos e Jordi Mateo Fornés. "Workshop: Converge of Edge Intelligence in IoT (EdgeA-IoT 2022)". In 2022 IEEE 8th World Forum on Internet of Things (WF-IoT). IEEE, 2022. http://dx.doi.org/10.1109/wf-iot54382.2022.10152257.
Texto completo da fonteAnisetti, Marco, Claudio A. Ardagna, Nicola Bena e Ruslan Bondaruc. "Towards an Assurance Framework for Edge and IoT Systems". In 2021 IEEE International Conference on Edge Computing (EDGE). IEEE, 2021. http://dx.doi.org/10.1109/edge53862.2021.00015.
Texto completo da fonteAlZahrani, Yazeed, Jun Shen e Jun Yan. "Spatial Goal Refinement Patterns for IoT Applications". In 2022 IEEE International Conference on Edge Computing and Communications (EDGE). IEEE, 2022. http://dx.doi.org/10.1109/edge55608.2022.00019.
Texto completo da fonteCao, Charles Qing, e Yunhe Feng. "Probabilistic Error Reasoning on IoT Edge Devices". In 2023 IEEE International Conference on Edge Computing and Communications (EDGE). IEEE, 2023. http://dx.doi.org/10.1109/edge60047.2023.00031.
Texto completo da fonte"Empowering Industrial IoT with Narrowband: The Role of NB-IoT in Industry 4.0". In International Conference on Cutting-Edge Developments in Engineering Technology and Science. ICCDETS, 2024. http://dx.doi.org/10.62919/mtlk8978.
Texto completo da fonteJain, Rakesh, e Samir Tata. "Cloud to Edge: Distributed Deployment of Process-Aware IoT Applications". In 2017 IEEE International Conference on Edge Computing (EDGE). IEEE, 2017. http://dx.doi.org/10.1109/ieee.edge.2017.32.
Texto completo da fonteNikolopoulos, Basil, Maria Voreakou, Mara Nikolaidou e Dimosthenis Anagnostopoulos. "Enhancing Context-Awareness in Autonomous Fog Nodes for IoT Systems". In 2019 IEEE International Conference on Edge Computing (EDGE). IEEE, 2019. http://dx.doi.org/10.1109/edge.2019.00034.
Texto completo da fonteRelatórios de organizações sobre o assunto "Edge IoT"
Hong, J., X. de, M. Kovatsch, E. Schooler e D. Kutscher. Internet of Things (IoT) Edge Challenges and Functions. RFC Editor, abril de 2024. http://dx.doi.org/10.17487/rfc9556.
Texto completo da fonteLeathers, Emily, Clayton Thurmer e Kendall Niles. Encryption for edge computing applications. Engineer Research and Development Center (U.S.), maio de 2024. http://dx.doi.org/10.21079/11681/48596.
Texto completo da fontePhillips, Paul. The Application of Satellite-based Internet of Things for New Mobility. 400 Commonwealth Drive, Warrendale, PA, United States: SAE International, janeiro de 2024. http://dx.doi.org/10.4271/epr2024001.
Texto completo da fonteRuvinsky, Alicia, Timothy Garton, Daniel Chausse, Rajeev Agrawal, Harland Yu e Ernest Miller. Accelerating the tactical decision process with High-Performance Computing (HPC) on the edge : motivation, framework, and use cases. Engineer Research and Development Center (U.S.), setembro de 2021. http://dx.doi.org/10.21079/11681/42169.
Texto completo da fonteLehrman, I. S. ICRF (Ion Cyclotron Range of Frequencies) edge modeling. Office of Scientific and Technical Information (OSTI), janeiro de 1990. http://dx.doi.org/10.2172/5007603.
Texto completo da fonteCarpenter, Marie, e William Lazonick. The Pursuit of Shareholder Value: Cisco’s Transformation from Innovation to Financialization. Institute for New Economic Thinking Working Paper Series, fevereiro de 2023. http://dx.doi.org/10.36687/inetwp202.
Texto completo da fonteCully, John, e Susie Wright. Edge computing. Parliamentary Office of Science and Technology, setembro de 2020. http://dx.doi.org/10.58248/pn631.
Texto completo da fonteT.M. Biewer, R.E. Bell, S.J. Diem, C.K. Phillips, J.R. Wilson e P.M. Ryan. Edge Ion Heating by Launched High Harmonic Fast Waves in NSTX. Office of Scientific and Technical Information (OSTI), dezembro de 2004. http://dx.doi.org/10.2172/836477.
Texto completo da fonteT.M. Biewer, R.E. Bell, J.R. Wilson e P.M. Ryan. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), outubro de 2004. http://dx.doi.org/10.2172/835926.
Texto completo da fonteT.M. Biewer, R.E. Bell, P.M. Ryan e J.R. Wilson. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), junho de 2004. http://dx.doi.org/10.2172/828257.
Texto completo da fonte