Titre : | Smart Parcel Locker solution for innovative and secure storage |
Auteurs : | Mohamed Zine Eddine Bouaroukane, Auteur ; Amel Harkati, Auteur ; Soundous Hassouna, Auteur ; Sadek Labib Terrissa, Directeur de thèse |
Editeur : | Biskra [Algérie] : Faculté des Sciences Exactes et des Sciences de la Nature et de la Vie, Université Mohamed Khider, 2024 |
Format : | 1 vol. (94 p.) / ill., couv. ill. en coul / 30 cm |
Langues: | Anglais |
Mots-clés: | N Smart parcel lockers, IoT, postal services, Algerian postal system |
Résumé : |
The Smart Parcel Vault project aims to improve the parcel collection and delivery experience in Algeria by addressing the challenges faced by traditional postal services, including long waitsat post offices, limited opening hours that clash with people’s work schedules, and fears thatparcels will be delayed or lost. These issues disrupt citizens daily lives and affect the efficiencyof postal services.Our project offers an innovative solution in the form of an IoT-based smart locker system thatenables users to pick up their parcels at their convenience, without having to queue or worryabout opening hours. These lockers will be placed in strategically accessible locations, enablinga flexible and secure experience for users. We have also developed a website that allows administrators to monitor and modify all aspects of the lockers, employees and customers as well as a mobile app for both customers (citizens) and employees (couriers). Smart parcel lockers have been proven in many countries around the world, providing a reliable, secure and efficient solution for parcel delivery. By adopting this system in Algeria, we aspire to enhance customer satisfaction and increase the efficiency of postal operations, by providing parcel collection services with modern and secure technology, contributing to the confidence and efficiency of the Algerian postal system |
Sommaire : |
Contents
List of Tables xi List of Figures xii List of Abbreviations xvi Annex 1 1 Generalities 2 1.1 Introduction . . . .. . . . . . . . 2 1.2.1 Definition of connected object . . . . . . . . . . . 2 1.2.2 Definition and History of IoT . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2.3 Basic characteristics of the Internet of Things . . . . . . . . . . . . . . . 3 1.2.4 Architecture of IoT . . . . . . .. . . . . . . . . . . . . 4 1.2.4.1 Three Layers Architecture . . . . . . . . . . . 5 1.2.4.2 Five Layers Architecture . . . . . . . . . . . . . . . . . . 5 1.2.5 Communication protocols . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.2.6 Application area of the Internet of Things . . . . . . . . . . . . . . . . . 6 1.3 BarCode . . . . . . . . . . . . . . 7 1.3.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 1.3.2 Barcode Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 1.3.3 Types of Barcode . . . . . .. . . . . . . . . . . . 8 1.3.4 Comparison among Barcodes . . . . . . . . . . . . . . . 12 1.3.5 Barcode Readers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 1.4 Authentication . . . . . . . . . . . . . . . . . . . . . 13 CONTENTS 1.4.1 Definition . . . . . . . . . .. . . . . . . . . 13 1.4.2 Types of Authentication . . . . . . . . . . . . . . . 13 1.4.3 Comparison of modern authentication methods . . . . . . . . . . . . . . 15 1.5 Cryptographic Algorithms . . . . . . . . . . .. . . . . . . . . 16 1.5.1 Definition of Cryptographic . . . . . . . . . . . . . . . . . . 16 1.5.2 Definition of Encryption . . . . . . . . . . . . . . . . . . . 17 1.5.3 Definition of Decryption . . . . . . . . . . . . . . . . . . 17 1.5.4 Cryptography Goals . . . . . . . . . . . .. . . . . . . 17 1.5.5 Different Encryption Algorithms . . . . . . . . . . . . . . 18 1.5.5.1 Secret key cryptography or Symmetric-key cryptography . . . . 18 1.5.5.2 Public key cryptography or Asymmetric-key cryptography . . . 19 1.6 Conclusion . . . . . . . . . . . . . . . . . . 20 2 Parcel Management System 21 2.1 Introduction . . . . . . . . . . . . . . . . . . 21 2.2 Classic Parcel Management System . . . . . .. . . . . . 21 2.2.1 National Side . . . . . . . . . .. . . . . . . . . . 21 2.2.2 International Side . . . . . . . . . . . . . . . 24 2.3 Companies working on the Parcel Locker system . . . .. . . . . . . . 25 2.3.1 Inpost . . . . . . . . . . .. . . . . . . . . . . 25 2.3.2 bpost . . . . . . . . . . . . . . . . . . . . 26 2.3.3 AusPost . . . . . . . . . . . . . . . . . . 28 2.3.4 Hive Box . . . . . . . . . . . . . . . . . . 29 2.3.5 MyPost24 . . . . . . . . . . . . . . . . 30 2.3.6 Mondial Relay . . . . . . . . . . . . . . . . . 31 2.4 Comparison Table between Companies . . . . . .. . . . . . 31 2.5 Conclusion . . . . . . . . . . . . . . . . . . . . 34 3 Proposed Solution Design 35 3.1 Introduction . . . . . . . .. . . . . . . . . . 35 3.2 Parcel Workflow and Smart Parcel Locker System . . . . . . .. . . . . . 35 3.2.1 Parcel Life Cycle . . . . . . . . . . . . . . . . . . 35 CONTENTS 3.2.2 Parcel Management System with smart parcel locker . . . . . . . . . . . 36 3.2.2.1 National Side . . . . . . . . . . . . . . . . . . 36 3.2.2.2 International Side . . . . . . . .. . . . . . 36 3.3 General Architecture . . . . . . . . . . . . . . . . . 38 3.4.1 Users/Actors . . . . . . . . . . . . . . . 39 3.4.2 Server Side . . . . . . . . . . . . . . . . . 39 3.4.3 Edge Side . . . . . . . . . . . . . . . . . . . . . 45 3.5 Functionality of The System . . . . . . . . . . . . . . 46 3.5.1 Use case Diagram . . . . . . . . .. . . . . . . 47 3.5.2 Class Diagram . . . . . . . . . . . . . . . . . . . . . 48 3.5.3 Transform class diagram to relational database . . . . . . . . . . . . . . . 50 3.5.4 Sequence Diagrams . . . . . . . . . . . . . . . 51 3.6 Conclusion . . . . . . . . . . . . . . . . . . . 55 4 Implementation 56 4.1 Introduction . . . . . . . . . . . . . . . . . . . 56 4.2 Software tools . . . . . . . . . . . . . . . . . . . . 56 4.3 Development tools . . . . . . . . . . . . . . . . . . . 57 4.4 Material . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 4.5 Implementation of The System . . . . .. . . . . . . 59 4.5.1 Admin Dashboard . . . . . . . . . .. . . . . . . . 60 4.5.2 Couriers dashboard & application . . . . . . .. . . . . . . 66 4.5.2.1 Dashboard . . . . . . . . . . . . . . . . 66 4.5.2.2 Application . . . . . . . . . . . . . . . . . 74 4.5.3 Clients application . . . . . . . . . . . . . . . 75 4.5.4 Smart parcel locker prototype . . . . . . . . . . . . 85 4.5.4.1 Parcel locker interface . . . . . . . . . . . 85 4.5.4.2 Hardware connection . . . .. . . . . . . 87 4.6 Conclusion . . . . . . . . . . . . . . 88 General Conclusion 89 CONTENTS Bibliography 90 Annex 94 |
Type de document : | Mémoire master |
Disponibilité (1)
Cote | Support | Localisation | Statut |
---|---|---|---|
MINF/909 | Mémoire master | bibliothèque sciences exactes | Consultable |