University Sétif 1 FERHAT ABBAS Faculty of Sciences
Catégories


Titre : Revolutionizing Blood Donation Management through Blockchain Technology Type de document : texte imprimé Auteurs : Nour Echams Otmani, Auteur ; Ayet Errahmen Khamedj ; Lakhdar Goudjil, Directeur de thèse Editeur : Setif:UFA Année de publication : 2024 Importance : 1 vol (60 f .) Format : 29 cm Langues : Anglais (eng) Catégories : Thèses & Mémoires:Informatique Mots-clés : Blockchain
IoT
IoMT
Smart Contract
Blood DonationIndex. décimale : 004 - Informatique Résumé : Blockchain and IoT technologies offer significant advancements in data security, transparency, and efficiency.
Their integration addresses critical data management challenges in various sectors, including healthcare. The
Internet of Medical Things (IoMT) leverages these technologies to enhance real-time health monitoring and
remote patient care by securing and decentralizing medical data. Our proposed blood donation management
system utilizes IoMT and blockchain to ensure secure data storage, improve communication between donors,
recipients, and healthcare providers, and streamline the donation process. The study details the system’s
architecture, algorithms, and security measures, along with implementation and performance results, highlighting
the effectiveness of smart contracts. By addressing potential security threats and proposing robust
solutions, this work aims to revolutionize blood donation management, ensuring secure and transparent data
handling.Note de contenu : Sommaire
General Introduction 1
1 B-IOT (Blockchain-IoT) 3
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 BLOCKCHAIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.1 Definition of blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.2 Generations of Blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.3 Structure block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.4 Transaction processing in Blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.2.5 Types of blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2.6 Consensus algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2.7 Characteristics of Blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.2.8 Smart contract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.2.9 Applications domains for blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.3 INTERNET OF THINGS (IOT) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3.2 Architecture of Internet of Things . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.3.3 Use cases of IoT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
1.4 Blockchain-Iot integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.5 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2 Blockchain Based IoMT 19
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.2 Internet of medical things . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.3 Blockchain based IoMT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.4 Domains of Blockchain based IoMT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.4.1 Real-Time Health Monitoring: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.2 Diabetes Prediction: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.3 Remote Patient Monitoring: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.4 Supply chain management: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.5 Drug Traceability: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.6 Blood donation management: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.5 Benefits of blockchain for IoMT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.6 Ralated works . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.7 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
2.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
3 Contribution 30
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.3.3 Architecture of the proposed system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.4 Algorithms of the proposed blockchain-based solution . . . . . . . . . . . . . . . . . . . . . . 33
3.5 Threats to Edge Layer Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
3.5.1 Mitigation Strategies for Enhanced Security . . . . . . . . . . . . . . . . . . . . . . . . 38
3.6 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
4 Implementation and results 40
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.2 Development tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.3 Programming languages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.4 Experimentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.4.1 Results and discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
4.5 Deduction of Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
4.6 Smart contract implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
4.7 Contract interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 552 Blockchain for blood Donation management . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
Côte titre : MAI/0840 Revolutionizing Blood Donation Management through Blockchain Technology [texte imprimé] / Nour Echams Otmani, Auteur ; Ayet Errahmen Khamedj ; Lakhdar Goudjil, Directeur de thèse . - [S.l.] : Setif:UFA, 2024 . - 1 vol (60 f .) ; 29 cm.
Langues : Anglais (eng)
Catégories : Thèses & Mémoires:Informatique Mots-clés : Blockchain
IoT
IoMT
Smart Contract
Blood DonationIndex. décimale : 004 - Informatique Résumé : Blockchain and IoT technologies offer significant advancements in data security, transparency, and efficiency.
Their integration addresses critical data management challenges in various sectors, including healthcare. The
Internet of Medical Things (IoMT) leverages these technologies to enhance real-time health monitoring and
remote patient care by securing and decentralizing medical data. Our proposed blood donation management
system utilizes IoMT and blockchain to ensure secure data storage, improve communication between donors,
recipients, and healthcare providers, and streamline the donation process. The study details the system’s
architecture, algorithms, and security measures, along with implementation and performance results, highlighting
the effectiveness of smart contracts. By addressing potential security threats and proposing robust
solutions, this work aims to revolutionize blood donation management, ensuring secure and transparent data
handling.Note de contenu : Sommaire
General Introduction 1
1 B-IOT (Blockchain-IoT) 3
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 BLOCKCHAIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.1 Definition of blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.2 Generations of Blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.3 Structure block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.4 Transaction processing in Blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.2.5 Types of blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2.6 Consensus algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2.7 Characteristics of Blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.2.8 Smart contract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.2.9 Applications domains for blockchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.3 INTERNET OF THINGS (IOT) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3.2 Architecture of Internet of Things . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.3.3 Use cases of IoT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
1.4 Blockchain-Iot integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.5 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2 Blockchain Based IoMT 19
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.2 Internet of medical things . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.3 Blockchain based IoMT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.4 Domains of Blockchain based IoMT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.4.1 Real-Time Health Monitoring: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.2 Diabetes Prediction: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.3 Remote Patient Monitoring: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.4 Supply chain management: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.5 Drug Traceability: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.6 Blood donation management: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.5 Benefits of blockchain for IoMT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.6 Ralated works . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.7 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
2.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
3 Contribution 30
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.3.3 Architecture of the proposed system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.4 Algorithms of the proposed blockchain-based solution . . . . . . . . . . . . . . . . . . . . . . 33
3.5 Threats to Edge Layer Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
3.5.1 Mitigation Strategies for Enhanced Security . . . . . . . . . . . . . . . . . . . . . . . . 38
3.6 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
4 Implementation and results 40
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.2 Development tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.3 Programming languages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.4 Experimentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.4.1 Results and discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
4.5 Deduction of Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
4.6 Smart contract implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
4.7 Contract interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 552 Blockchain for blood Donation management . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
Côte titre : MAI/0840 Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité MAI/0840 MAI/0840 Mémoire Bibliothéque des sciences Anglais Disponible
Disponible
Titre : RNN pour l’analyse des sentiments arabes dans le dialecte algerien Type de document : texte imprimé Auteurs : Zahra Malek Boukhelou, Auteur ; Fatiha Tebbani, Directeur de thèse Editeur : Sétif:UFS Année de publication : 2023 Importance : 1 vol (47 f.) Format : 29 cm Langues : Français (fre) Catégories : Thèses & Mémoires:Informatique Mots-clés : Analyse des sentiments arabes
Deep LearningIndex. décimale : 004 - Informatique Résumé : L’utilisation de l’analyse des sentiments presente de nombreux avantages et applications, et ´
l’adaptation de cette methode au dialecte alg ´ erien sur les m ´ edias sociaux o ´ ffre une opportunite´
precieuse pour mieux comprendre les opinions et les ´ emotions des utilisateurs alg ´ eriens. Cette ap- ´
plication, basee sur le Deep Learning et des donn ´ ees sp ´ ecifiques au contexte alg ´ erien, peut contri- ´
buer a une meilleure prise de d ` ecision et ´ a une compr ` ehension approfondie des pr ´ ef´ erences des ´
clients = The use of sentiment analysis has many benefits and applications, and adapting this method to
the Algerian dialect on social media offers a valuable opportunity to better understand the opinions
and emotions of Algerian users. This application, based on Deep Learning and data specific to the
Algerian context, can contribute to better decision-making and a deeper understanding of customer
preferences.
Côte titre : MAI/0775 En ligne : https://drive.google.com/file/d/1m5VklSMpa6ODjcTyrVz5iXtiZ1tc5RfO/view?usp=drive [...] Format de la ressource électronique : RNN pour l’analyse des sentiments arabes dans le dialecte algerien [texte imprimé] / Zahra Malek Boukhelou, Auteur ; Fatiha Tebbani, Directeur de thèse . - [S.l.] : Sétif:UFS, 2023 . - 1 vol (47 f.) ; 29 cm.
Langues : Français (fre)
Catégories : Thèses & Mémoires:Informatique Mots-clés : Analyse des sentiments arabes
Deep LearningIndex. décimale : 004 - Informatique Résumé : L’utilisation de l’analyse des sentiments presente de nombreux avantages et applications, et ´
l’adaptation de cette methode au dialecte alg ´ erien sur les m ´ edias sociaux o ´ ffre une opportunite´
precieuse pour mieux comprendre les opinions et les ´ emotions des utilisateurs alg ´ eriens. Cette ap- ´
plication, basee sur le Deep Learning et des donn ´ ees sp ´ ecifiques au contexte alg ´ erien, peut contri- ´
buer a une meilleure prise de d ` ecision et ´ a une compr ` ehension approfondie des pr ´ ef´ erences des ´
clients = The use of sentiment analysis has many benefits and applications, and adapting this method to
the Algerian dialect on social media offers a valuable opportunity to better understand the opinions
and emotions of Algerian users. This application, based on Deep Learning and data specific to the
Algerian context, can contribute to better decision-making and a deeper understanding of customer
preferences.
Côte titre : MAI/0775 En ligne : https://drive.google.com/file/d/1m5VklSMpa6ODjcTyrVz5iXtiZ1tc5RfO/view?usp=drive [...] Format de la ressource électronique : Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité MAI/0775 MAI/0775 Mémoire Bibliothéque des sciences Français Disponible
Disponible
Titre : Roadside Car Repair Service within the framework of law 1275 Type de document : texte imprimé Auteurs : Abderrahim Ben Rais, Auteur ; Fadi Ghamoud ; Lyazid Toumi, Directeur de thèse Editeur : Setif:UFA Année de publication : 2024 Importance : 1 vol (57 f .) Format : 29 cm Langues : Anglais (eng) Catégories : Thèses & Mémoires:Informatique Mots-clés : Informatique Index. décimale : 004 - Informatique Résumé :
In the fast-paced world of today, the need for reliable and efficient roadside car
repair services has never been greater. With the increasing number of vehicles on
the road, breakdowns and mechanical failures are an inevitable part of the driving
experience. Our service aims to address this issue by providing prompt, professional,
and proficient roadside assistance to drivers in distress.
Our team of skilled technicians is equipped with the latest tools and technology to
offer a wide range of services, from minor repairs to major overhauls, directly at the
location of the breakdown. We understand the importance of time and convenience
for our customers, which is why our service is designed to get them back on the road
as quickly as possible.
The service operates under the framework of Law 1275, ensuring all operations
are conducted with the highest standards of safety and legality. We are committed to
delivering quality service while adhering to environmental regulations and preserving
the integrity of the vehicles we repair. With the introduction of our mobile application
TASLEEH, customers can now easily request assistance, track the progress of their
repairs, and make payments, all from the comfort of their smartphone. Our app is
available on Android, iOS, and web site platforms, making it accessible to a wide
audience.
In conclusion, our roadside car repair service is not just a business; it’s a lifeline
for drivers on the road. We take pride in our ability to provide swift and safe repairs,
ensuring that our customers can continue their journeys with peace of mind.Note de contenu : Sommaire
Introduction VIII
Chapter 1: PROBLEMATIC 1
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Our Problematic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Related Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Chapter 2: Artificial Intellegence Based Model For Our Platform 11
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2 IT Solutions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2.1 Mobile Apps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2.2 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2.3 Advantages and Disadvantages of Mobile Applications . . . . . 13
2.2.4 Advantages and Disadvantages of Web Mobile Apps . . . . . . . 14
2.3 Benefits of Mobile and Web Applications in Roadside Repair Services . 15
2.4 Brief description of the proposed model . . . . . . . . . . . . . . . . . . 16
2.4.1 The development of our application . . . . . . . . . . . . . . . . 16
2.5 Regression Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.5.1 Definition of Regression Model . . . . . . . . . . . . . . . . . . . 17
2.5.2 Strategy for Building Regression Models . . . . . . . . . . . . . . 18
2.6 Regression Model for TASLEEH Application . . . . . . . . . . . . . . . . 19
2.6.1 Brief Description . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.6.2 Regression Model Strategy . . . . . . . . . . . . . . . . . . . . . . 19
2.6.3 Advantages Regression Model for TASLEEH Application . . . . 20
2.7 Primary Objectives of Our Proposed Model . . . . . . . . . . . . . . . . 21
2.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Chapter 3: Architecture And Modeling Of Our Platform 23
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.2 Design methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.2.1 UML Presentation . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.3 Analysis and design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.3.1 Use case diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.3.2 Sequence diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.3.3 Activity diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.3.4 Class Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
3.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
Chapter 4: The User Interfaces Of Our Platform 44
4.1 Presentation interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
4.1.1 Authentication . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4.1.2 Driver interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4.1.3 Technicians interfaces . . . . . . . . . . . . . . . . . . . . . . . . 50
4.1.4 Authentication . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.1.5 Home page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
4.1.6 Profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.1.7 Negotiate price . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53Côte titre : MAI/0876 Roadside Car Repair Service within the framework of law 1275 [texte imprimé] / Abderrahim Ben Rais, Auteur ; Fadi Ghamoud ; Lyazid Toumi, Directeur de thèse . - [S.l.] : Setif:UFA, 2024 . - 1 vol (57 f .) ; 29 cm.
Langues : Anglais (eng)
Catégories : Thèses & Mémoires:Informatique Mots-clés : Informatique Index. décimale : 004 - Informatique Résumé :
In the fast-paced world of today, the need for reliable and efficient roadside car
repair services has never been greater. With the increasing number of vehicles on
the road, breakdowns and mechanical failures are an inevitable part of the driving
experience. Our service aims to address this issue by providing prompt, professional,
and proficient roadside assistance to drivers in distress.
Our team of skilled technicians is equipped with the latest tools and technology to
offer a wide range of services, from minor repairs to major overhauls, directly at the
location of the breakdown. We understand the importance of time and convenience
for our customers, which is why our service is designed to get them back on the road
as quickly as possible.
The service operates under the framework of Law 1275, ensuring all operations
are conducted with the highest standards of safety and legality. We are committed to
delivering quality service while adhering to environmental regulations and preserving
the integrity of the vehicles we repair. With the introduction of our mobile application
TASLEEH, customers can now easily request assistance, track the progress of their
repairs, and make payments, all from the comfort of their smartphone. Our app is
available on Android, iOS, and web site platforms, making it accessible to a wide
audience.
In conclusion, our roadside car repair service is not just a business; it’s a lifeline
for drivers on the road. We take pride in our ability to provide swift and safe repairs,
ensuring that our customers can continue their journeys with peace of mind.Note de contenu : Sommaire
Introduction VIII
Chapter 1: PROBLEMATIC 1
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Our Problematic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Related Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Chapter 2: Artificial Intellegence Based Model For Our Platform 11
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2 IT Solutions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2.1 Mobile Apps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2.2 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2.3 Advantages and Disadvantages of Mobile Applications . . . . . 13
2.2.4 Advantages and Disadvantages of Web Mobile Apps . . . . . . . 14
2.3 Benefits of Mobile and Web Applications in Roadside Repair Services . 15
2.4 Brief description of the proposed model . . . . . . . . . . . . . . . . . . 16
2.4.1 The development of our application . . . . . . . . . . . . . . . . 16
2.5 Regression Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.5.1 Definition of Regression Model . . . . . . . . . . . . . . . . . . . 17
2.5.2 Strategy for Building Regression Models . . . . . . . . . . . . . . 18
2.6 Regression Model for TASLEEH Application . . . . . . . . . . . . . . . . 19
2.6.1 Brief Description . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.6.2 Regression Model Strategy . . . . . . . . . . . . . . . . . . . . . . 19
2.6.3 Advantages Regression Model for TASLEEH Application . . . . 20
2.7 Primary Objectives of Our Proposed Model . . . . . . . . . . . . . . . . 21
2.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Chapter 3: Architecture And Modeling Of Our Platform 23
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.2 Design methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.2.1 UML Presentation . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.3 Analysis and design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.3.1 Use case diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.3.2 Sequence diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.3.3 Activity diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.3.4 Class Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
3.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
Chapter 4: The User Interfaces Of Our Platform 44
4.1 Presentation interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
4.1.1 Authentication . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4.1.2 Driver interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4.1.3 Technicians interfaces . . . . . . . . . . . . . . . . . . . . . . . . 50
4.1.4 Authentication . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.1.5 Home page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
4.1.6 Profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.1.7 Negotiate price . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53Côte titre : MAI/0876 Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité MAI/0876 MAI/0876 Mémoire Bibliothéque des sciences Anglais Disponible
Disponible
Titre : Robust Applications for Internet of Vehicles Type de document : texte imprimé Auteurs : Gasmi,Rim, Auteur ; Aliouat, Makhlouf, Directeur de thèse Editeur : Setif:UFA Année de publication : 2020 Importance : 1 vol (131 f .) Format : 29 cm Langues : Français (fre) Catégories : Thèses & Mémoires:Informatique Mots-clés : VANET
Internet des Véhicules
RoutageIndex. décimale : 004 - Informatique Résumé : Cette thèse de doctorat porte principalement sur les problèmes de l'amélioration de la robustesse de connectivité du réseau, de l'amélioration de la stabilité du réseau et de l'optimisation de la charge dans un environnement Internet des Véhicules (IoV). Dans ce contexte, nous sommes intéressés par les protocoles de routage pour répondre aux exigences d’un tel environnement. Par conséquent, l'objectif général de ces travaux de recherche est de concevoir, modéliser et simuler de nouveaux algorithmes de routage et de regroupement pour le réseau IoV. À cet égard, nous proposons deux nouveaux algorithmes de routage basés sur la qualité de service et un nouvel algorithme de regroupement pour les réseaux IoV, qui permettent d’améliorer leurs performances, tout en garantissant un haut niveau de service requis par la fonction réalisée par ces réseaux. Les algorithmes proposés ont pour objectif : d’augmenter le rapport de transmission entre un grand nombre de véhicules connectés se déplaçant à grande vitesse, réduire de manière significative les frais généraux du réseau et de réduire le retard dans le réseau. L'étude analytique et la simulation d'évaluation des algorithmes proposés, réalisées à l'aide d'une combinaison des simulateurs simulators NS3, SUMO and MOVE, ont donné des résultats convaincants, supérieurs à ceux des algorithmes de base cités. Côte titre : DI/0049 En ligne : https://drive.google.com/file/d/15uhJREykWcgZtH9eTF3u6DwuFLCxqHbS/view?usp=shari [...] Robust Applications for Internet of Vehicles [texte imprimé] / Gasmi,Rim, Auteur ; Aliouat, Makhlouf, Directeur de thèse . - [S.l.] : Setif:UFA, 2020 . - 1 vol (131 f .) ; 29 cm.
Langues : Français (fre)
Catégories : Thèses & Mémoires:Informatique Mots-clés : VANET
Internet des Véhicules
RoutageIndex. décimale : 004 - Informatique Résumé : Cette thèse de doctorat porte principalement sur les problèmes de l'amélioration de la robustesse de connectivité du réseau, de l'amélioration de la stabilité du réseau et de l'optimisation de la charge dans un environnement Internet des Véhicules (IoV). Dans ce contexte, nous sommes intéressés par les protocoles de routage pour répondre aux exigences d’un tel environnement. Par conséquent, l'objectif général de ces travaux de recherche est de concevoir, modéliser et simuler de nouveaux algorithmes de routage et de regroupement pour le réseau IoV. À cet égard, nous proposons deux nouveaux algorithmes de routage basés sur la qualité de service et un nouvel algorithme de regroupement pour les réseaux IoV, qui permettent d’améliorer leurs performances, tout en garantissant un haut niveau de service requis par la fonction réalisée par ces réseaux. Les algorithmes proposés ont pour objectif : d’augmenter le rapport de transmission entre un grand nombre de véhicules connectés se déplaçant à grande vitesse, réduire de manière significative les frais généraux du réseau et de réduire le retard dans le réseau. L'étude analytique et la simulation d'évaluation des algorithmes proposés, réalisées à l'aide d'une combinaison des simulateurs simulators NS3, SUMO and MOVE, ont donné des résultats convaincants, supérieurs à ceux des algorithmes de base cités. Côte titre : DI/0049 En ligne : https://drive.google.com/file/d/15uhJREykWcgZtH9eTF3u6DwuFLCxqHbS/view?usp=shari [...] Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité DI/0049 DI/0049 Thèse Bibliothéque des sciences Anglais Disponible
Disponible
Titre : Robust Routing Strategy in the Flying Ad hoc NETworks (FANETs) Type de document : texte imprimé Auteurs : Nacef ,Assala, Auteur ; Aliouat ,Zibouda, Directeur de thèse Editeur : Setif:UFA Année de publication : 2021 Importance : 1 vol (45 f .) Format : 29 cm Langues : Français (fre) Catégories : Thèses & Mémoires:Informatique Mots-clés : Informatique Index. décimale : 004 - Informatique Résumé :
The Flying Ad hoc NETworks (FANETs) have evolved from the interaction of multiple
Unmanned Aerial Vehicles (UAVs) in ad hoc fashion to provide a versatility of
applications and services in civilian and military domains. The communication is one
of the most crucial issues in multi-UAV systems design, because it ensures the cooperation
and the collaboration between these UAVs. Thus the appearance of multiple
routing strategies. However, the limited resources, in terms of energy and bandwidth
utilization, in addition to the mobility patterns of the flying UAVs should be considered
for ensuring the reliability of the information. The main aim of this work is to
investigate the routing issue in FANETs systems while considering the constraining
features presented by these latter. Here, we propose a new clustering and mobility
management strategy for robust data routing in FANETs relying on the combination
of k-means and black-hole algorithms. The simulation of the proposed protocol carried
out using the network simulator 3 (Ns3) have yielded convincing results,in terms of
energy consumption and data communication, outperforming those exhibited by the
referred protocols.Côte titre : MAI/0544 En ligne : https://drive.google.com/file/d/17yc-dotvoBKfzktlVIG35IVwqjHTYx0q/view?usp=shari [...] Format de la ressource électronique : Robust Routing Strategy in the Flying Ad hoc NETworks (FANETs) [texte imprimé] / Nacef ,Assala, Auteur ; Aliouat ,Zibouda, Directeur de thèse . - [S.l.] : Setif:UFA, 2021 . - 1 vol (45 f .) ; 29 cm.
Langues : Français (fre)
Catégories : Thèses & Mémoires:Informatique Mots-clés : Informatique Index. décimale : 004 - Informatique Résumé :
The Flying Ad hoc NETworks (FANETs) have evolved from the interaction of multiple
Unmanned Aerial Vehicles (UAVs) in ad hoc fashion to provide a versatility of
applications and services in civilian and military domains. The communication is one
of the most crucial issues in multi-UAV systems design, because it ensures the cooperation
and the collaboration between these UAVs. Thus the appearance of multiple
routing strategies. However, the limited resources, in terms of energy and bandwidth
utilization, in addition to the mobility patterns of the flying UAVs should be considered
for ensuring the reliability of the information. The main aim of this work is to
investigate the routing issue in FANETs systems while considering the constraining
features presented by these latter. Here, we propose a new clustering and mobility
management strategy for robust data routing in FANETs relying on the combination
of k-means and black-hole algorithms. The simulation of the proposed protocol carried
out using the network simulator 3 (Ns3) have yielded convincing results,in terms of
energy consumption and data communication, outperforming those exhibited by the
referred protocols.Côte titre : MAI/0544 En ligne : https://drive.google.com/file/d/17yc-dotvoBKfzktlVIG35IVwqjHTYx0q/view?usp=shari [...] Format de la ressource électronique : Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité MAI/0544 MAI/0544 Mémoire Bibliothéque des sciences Anglais Disponible
DisponiblePermalinkPermalinkPermalinkUn routage bio-inspiré adaptatif basé sur l’algorithme Honey Badger search dans les MANETs / Safa Semcheddine
![]()
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkRoutage géographique à base des Systèmes de cordonnées virtuelles dans les réseaux de capteurs sans fil / Yassmina Mouaissi
PermalinkRoutage géographique à base des Systèmes de cordonnées virtuelles dans les réseaux de capteurs sans fil. / Yassmina Mouaissi
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalink