<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.3 20210610//EN" "JATS-journalpublishing1-3.dtd">
<article article-type="research-article" dtd-version="1.3" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="ru"><front><journal-meta><journal-id journal-id-type="publisher-id">bsuir</journal-id><journal-title-group><journal-title xml:lang="ru">Доклады БГУИР</journal-title><trans-title-group xml:lang="en"><trans-title>Doklady BGUIR</trans-title></trans-title-group></journal-title-group><issn pub-type="ppub">1729-7648</issn><issn pub-type="epub">2708-0382</issn><publisher><publisher-name>БГУИР</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.35596/1729-7648-2024-22-4-105-113</article-id><article-id custom-type="elpub" pub-id-type="custom">bsuir-3964</article-id><article-categories><subj-group subj-group-type="heading"><subject>Research Article</subject></subj-group><subj-group subj-group-type="section-heading" xml:lang="ru"><subject>Статьи</subject></subj-group></article-categories><title-group><article-title>Модель и структура сети интернета вещей для диагностики болезни Альцгеймера</article-title><trans-title-group xml:lang="en"><trans-title>Model and Structure of IoT Network for Alzheimer’s Disease Diagnostics</trans-title></trans-title-group></title-group><contrib-group><contrib contrib-type="author" corresp="yes"><name-alternatives><name name-style="eastern" xml:lang="ru"><surname>Вишняков</surname><given-names>В. А.</given-names></name><name name-style="western" xml:lang="en"><surname>Vishniakou</surname><given-names>U. A.</given-names></name></name-alternatives><bio xml:lang="ru"><p>В. А. ВИШНЯКОВ,</p><p>г. Минск.</p></bio><bio xml:lang="en"><p>Vishniakou Uladzimir Anatol’evich, Dr. of Sci. (Tech.), Professor at the Department of Infocommunication Technologies,</p><p>6, P. Brovki St., Minsk, 220013</p><p>Phone: +375 44 486-71-82.</p></bio><email xlink:type="simple">vish@bsuir.by</email><xref ref-type="aff" rid="aff-1"/></contrib><contrib contrib-type="author" corresp="yes"><name-alternatives><name name-style="eastern" xml:lang="ru"><surname>Чуюэ</surname><given-names>Юй</given-names></name><name name-style="western" xml:lang="en"><surname>Chuyue</surname><given-names>Yu</given-names></name></name-alternatives><bio xml:lang="ru"><p>ЧУЮЭ ЮЙ,</p><p>г. Минск.</p></bio><bio xml:lang="en"><p>Chuyue Yu, Postgraduate at the Department of Infocommunication Technologies, </p><p>Minsk.</p></bio><xref ref-type="aff" rid="aff-1"/></contrib></contrib-group><aff-alternatives id="aff-1"><aff xml:lang="ru"><institution>Белорусский государственный университет информатики и радиоэлектроники</institution></aff><aff xml:lang="en"><institution>Belarusian State University of Informatics and Radioelectronics (BSUIR)</institution></aff></aff-alternatives><pub-date pub-type="collection"><year>2024</year></pub-date><pub-date pub-type="epub"><day>03</day><month>09</month><year>2024</year></pub-date><volume>22</volume><issue>4</issue><fpage>105</fpage><lpage>113</lpage><permissions><copyright-statement>Copyright &amp;#x00A9; Вишняков В.А., Чуюэ Ю., 2024</copyright-statement><copyright-year>2024</copyright-year><copyright-holder xml:lang="ru">Вишняков В.А., Чуюэ Ю.</copyright-holder><copyright-holder xml:lang="en">Vishniakou U.A., Chuyue Y.</copyright-holder><license xml:lang="ru" license-type="creative-commons-attribution" xlink:href="https://creativecommons.org/licenses/by/4.0/" xlink:type="simple"><license-p>Данная работа распространяется под лицензией Creative Commons Attribution 4.0.</license-p></license><license xml:lang="en" license-type="creative-commons-attribution" xlink:href="https://creativecommons.org/licenses/by/4.0/" xlink:type="simple"><license-p>This work is licensed under a Creative Commons Attribution 4.0 License.</license-p></license></permissions><self-uri xlink:href="https://doklady.bsuir.by/jour/article/view/3964">https://doklady.bsuir.by/jour/article/view/3964</self-uri><abstract><p>В статье представлены структура и модель сети интернета вещей, которые могут быть использованы для удаленного быстрого выявления болезни Альцгеймера. Создана локальная серверная модель сети интернета вещей для персонализированного медицинского обслуживания на стороне клиента. Модель соответствует характеристикам сети интернета вещей: взаимосвязь между устройствами, связь в режиме реального времени, обработка и анализ данных, использование различных протоколов для передачи и обмена данными. При построении модели использовался фреймворк Flask для создания экземпляра приложения с триггерным условием отправки данных со смартфона на локальный сервер через HTTP-запрос. Локальный сервер получает HTTP-запрос, отправленный смартфоном, обрабатывает данные. Результат процедуры передается через протокол MQTT для клиента MQTT, который был подписан на определенные темы, т. е. на смартфон. С учетом выбранной структуры и настройки устройства сети интернета вещей построена полная модель данной сети, которую можно применять к различным приложениям. Функции и производительность модели проверены с помощью экспериментов. </p></abstract><trans-abstract xml:lang="en"><p>The article presents the structure and model of an Internet of Things network that can be used for remote rapid detection of Alzheimer’s disease. A local server model of the Internet of Things network has been created for personalized medical care on the client side. The model corresponds to the characteristics of the Internet of Things network: interconnection between devices, real-time communication, data processing and analysis, the use of various protocols for data transfer and exchange. When building the model, the Flask framework was used to create an application instance with a trigger condition for sending data from a smartphone to a local server via an HTTP request. The local server receives the HTTP request sent by the smartphone and processes the data. The result of the procedure is transmitted through the MQTT protocol to the MQTT client that has been subscribed to certain topics, i.e., the smartphone. Taking into account the selected structure and configuration of the Internet of Things network device, a complete model of this network was built, which can be applied to various applications. The functions and performance of the model are verified through experiments.</p></trans-abstract><kwd-group xml:lang="ru"><kwd>сеть интернета вещей</kwd><kwd>IТ-диагностика</kwd><kwd>Flask</kwd><kwd>EMQX</kwd><kwd>MQTTX</kwd><kwd>HTTP</kwd><kwd>прогноз</kwd></kwd-group><kwd-group xml:lang="en"><kwd>Internet of things network</kwd><kwd>IT diagnostics</kwd><kwd>Flask</kwd><kwd>EMQX</kwd><kwd>MQTTX</kwd><kwd>HTTP</kwd><kwd>prediction</kwd></kwd-group></article-meta></front><back><ref-list><title>References</title><ref id="cit1"><label>1</label><citation-alternatives><mixed-citation xml:lang="ru">Dong L. (2023) Application of Internet of Things Technology in Hospital Information Construction. Shihezi Science and Technology. (3), 77–78.</mixed-citation><mixed-citation xml:lang="en">Dong L. (2023) Application of Internet of Things Technology in Hospital Information Construction. Shihezi Science and Technology. (3), 77–78.</mixed-citation></citation-alternatives></ref><ref id="cit2"><label>2</label><citation-alternatives><mixed-citation xml:lang="ru">Vishniakou U. A. (2023) Specialised IoT Systems: Models, Structures, Algorithms, Hardware, Software Tools. Minsk: Belarusian State University of Informatics and Radioelectronics.</mixed-citation><mixed-citation xml:lang="en">Vishniakou U. A. (2023) Specialised IoT Systems: Models, Structures, Algorithms, Hardware, Software Tools. Minsk: Belarusian State University of Informatics and Radioelectronics.</mixed-citation></citation-alternatives></ref><ref id="cit3"><label>3</label><citation-alternatives><mixed-citation xml:lang="ru">Vishniakou U. A., Chuyue Yu. (2023) Using Machine Learning for Recognition of Alzheimer’s Disease Based on Transcription Information. Doklady BGUIR. 21 (6), 106–112. http://dx.doi.org/10.35596/1729-7648-202321-6-106-112.</mixed-citation><mixed-citation xml:lang="en">Vishniakou U. A., Chuyue Yu. (2023) Using Machine Learning for Recognition of Alzheimer’s Disease Based on Transcription Information. Doklady BGUIR. 21 (6), 106–112. http://dx.doi.org/10.35596/1729-7648-202321-6-106-112.</mixed-citation></citation-alternatives></ref><ref id="cit4"><label>4</label><citation-alternatives><mixed-citation xml:lang="ru">Jiafa C., Yujing H. (2022) Application of Flask Framework in Data Visualization. Fujian Computer. 38 (12), 44–48.</mixed-citation><mixed-citation xml:lang="en">Jiafa C., Yujing H. (2022) Application of Flask Framework in Data Visualization. Fujian Computer. 38 (12), 44–48.</mixed-citation></citation-alternatives></ref><ref id="cit5"><label>5</label><citation-alternatives><mixed-citation xml:lang="ru">Grinberg M. (2018) Flask Web Development: Developing Web Applications with Python. O’Reilly Media, Inc.</mixed-citation><mixed-citation xml:lang="en">Grinberg M. (2018) Flask Web Development: Developing Web Applications with Python. O’Reilly Media, Inc.</mixed-citation></citation-alternatives></ref></ref-list><fn-group><fn fn-type="conflict"><p>The authors declare that there are no conflicts of interest present.</p></fn></fn-group></back></article>
