Table of Contents for the FYP Progress Report

Your report's table of contents (TOC) goes after the title page, and it should include the first and second level headings of your report.


 

Table of Contents

 

1.  Introduction ............................................................................................. 5
    1.1  Overview ............................................................................................. 5
    1.2  Objectives ........................................................................................... 6
    1.3  Literature Survey .................................................................................. 7
   
2.1 Design ..................................................................................................... 8
    2.1.1  Defining grid cell size .......................................................................... 8
    2.1.2 Collection of signal strength data ......................................................... 8
    2.1.3 Analysis of signal strength data ............................................................. 9
    2.1.4 Collection of exhibit information ............................................................. 11
    2.1.5 Audio Recording for exhibit information .................................................... 11
    2.1.6 Database design ................................................................................. 11
    2.1.7 User interface design ........................................................................... 11
   
2.2  Implementation ......................................................................................... 13
    2.2.1 Collection of signal strength data .......................................................... 13
    2.2.2 Analysis of Signal strength data ............................................................ 17
    2.2.3 Client-Server architecture ................................................................... 18
    2.2.4 Socket programming with TCP for communication between client and server 18
    2.2.5 Client side environment development ...................................................... 19
    2.2.6 Database implementation ..................................................................... 20
    2.2.7 Shortest Path Implementation for Tour schedule .................................... 21
   
2.3 Testing .................................................................................................. 23
    2.3.1 The experimental environment ............................................................. 23
    2.3.2 The number of access points discovered .............................................. 23
    2.3.3 The accuracy of the location estimation ............................................... 25
    2.3.4 The effect of sample size on accuracy ................................................. 29
   
2.4.  Evaluation .............................................................................................. 29
   
3. Project Planning .................................................................................... 32
    3.1  Division of Work ............................................................................... 32
    3.2 GANTT Chart .................................................................................... 33
   
4. Required Hardware and Software ................................................... 34
    4.1 Required Hardware .......................................................................................... 34
    4.2 Required Software .......................................................................................... 34
    4.3 Other Required Technology .......................................................................................... 34
   
5. References ........................................................................................... 34
   
6. Appendix A: Meeting Minutes ..................................................................... 35
   
7. Appendix B: Breadth First Search .......................................................... 39
   
8. Appendix C: Socket Programming with TCP ............................................. 41

Copyright HKUST CSE Dept. 2024
Blog template built for Bootstrap by @mdo.
Back to top