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 Find shortest paths ............................................................................. | 9 |
2.1.5 Collection of exhibit information ............................................................ | 11 |
2.1.6 Audio Recording for exhibit information .................................................... | 11 |
2.1,7 Database design ................................................................................. | 11 |
2.1.8 User interface design ........................................................................... | 12 |
2.2 Implementation ..................................................................................... | 14 |
2.2.1 Collection of signal strength data .......................................................... | 14 |
2.2.2 Analysis of signal strength data ............................................................ | 18 |
2.2.3 Client-server architecture .................................................................... | 19 |
2.2.4 Socket programming with TCP for communication between client and server | 19 |
2.2.5 Client side software development ......................................................... | 21 |
2.2.6 Database implementation .................................................................... | 29 |
2.2.7 Shortest path implementation for a tour schedule .................................... | 31 |
2.3 Testing ................................................................................................. | 32 |
2.3.1 The experimental environment ............................................................. | 32 |
2.3.2 The number of access points discovered ............................................... | 33 |
2.3.3 Online testing results ......................................................................... | 34 |
2.3.4 The accuracy of the location estimation ............................................... | 34 |
2.4 Evaluation ............................................................................................ | 35 |
3. Discussion ............................................................................................ | 37 |
3.1 The approach to achieve the higher accuracy of the user location estimation | 37 |
3.2 Comparison of the environment for the CSE Dept. and Lee Shau Kee Library | 38 |
3.3 Discussion of the response time on the user interface ............................... | 38 |
3.4 The difficulty of implementing Java Applet on the user interface ................. | 39 |
3.5 Discussion on the iMuseumTouristGuide development ................................ | 39 |
3.6 Discussion on iMuseumDataCollection tool and iMuseumDataAnalyzer ........... | 39 |
4. Conclusions ............................................................................................. | 40 |
5. References .............................................................................................. | 41 |
6. Appendix A: Meeting Minutes ......................................................................... | 43 |
7. Appendix B: Project Planning .................................................................... | 53 |
8. Appendix C: Hardware and Software Requirements .................................... | 54 |
9. Appendix D: Breadth First Search .............................................................. | 55 |
10. Appendix E: Socket Programming with TCP ................................................ | 55 |
11. Appendix F: Triangulation ......................................................................... | 56 |
Copyright HKUST CSE Dept. 2024
Blog template built for Bootstrap
by @mdo.
Back to top