帳號:guest(13.59.79.207)          離開系統
字體大小: 字級放大   字級縮小   預設字形  

詳目顯示

以作者查詢圖書館館藏以作者查詢臺灣博碩士論文系統以作者查詢全國書目
作者(中文):關子揚
作者(外文):YANG, KUAN CHIE
論文名稱(中文):一個利用智慧型手機感應器偵測開門行為的防盜應用程式
論文名稱(外文):A Security Application for Detecting Door Movement Based on Smartphone Device Sensors
指導教授(中文):孫宏民
指導教授(外文):Sun, Hung-Min
口試委員(中文):許富皓
黃育綸
口試委員(外文):Hsu, Fu-Hau
Huang, Yu-Lun
學位類別:碩士
校院名稱:國立清華大學
系所名稱:資訊工程學系
學號:100062401
出版年(民國):102
畢業學年度:102
語文別:英文
論文頁數:41
中文關鍵詞:感應器防盜應用程式Android
外文關鍵詞:SensorsSecurity application
相關次數:
  • 推薦推薦:0
  • 點閱點閱:598
  • 評分評分:*****
  • 下載下載:0
  • 收藏收藏:0
 一般上,使用者若要在家裡安裝防盜系統都得跟防盜系統公司購買硬體設備,
公司會派出員工到使用者的家裡安裝設備。市面上的防盜系統選擇眾多,不同的
家居安全防護,其價格也會隨著安全防護等級的提高而更加昂貴,無形中造成使
用者負擔更多的開銷與費用。這些防盜設備都具有一些特定的感應器或者鏡頭,
當偵測到有異樣的行為之後,防盜系統就會提供訊息通知或者監視和錄影的功能
給予使用者。
  隨著智慧型手機越來越普及,智慧型手機的價位也越來越便宜。尤其智
慧型手機已經內嵌許多感應器,例如光源感應器,方向感應器,和加速度感應器
等等。故本研究透過智慧型手機的感應器,設計一個防盜系統的應用程式稱為
DoorPass。透過掛在門的後方,偵測是否有開門的行為,並進行相關的保護措施。
我們提供三種通知方式分別是傳簡訊,打電話,和寄email 給予使用者。除此之
外,我們也提供三種保護功能分別是手機追踪功能,錄影功能,和臉部偵測功能。
透過實做在智慧型手機,不僅可以做到防盜的功能,而且可以降低成本,提供方
便,簡單,和安全的防護措施。
Normally, there is an only way to buy the security devices from the company of security system (anti-theft system), if user who wants to have a security system in his/her house. Then, the company will send their employee to the user’s house for installing the hardware devices. Moreover, there are lots of securities systems available on the market, the cost of security system will increase according to the protection level which select by the user and this will increase the burden on the user. Generally, these kinds of security devices would have some specific sensors and camera. The security system would send notifications or provide monitoring function to the user when the security devices have detected some abnormal situation.

Recently, the smartphone devices have become the one of the most popular production in the whole world and the price of smartphone have become cheaper and cheaper. Especially, most of the smartphones have embedded lots of sensors such as light sensor, orientation sensor, accelerometer sensor, etc. Thus, our research is implemented a security application called DoorPass which based on smartphone device sensors. By placing the smartphone behind the door, DoorPass can detect the door movement, and provide some protection to the user. We provided three kinds of notification which are sending sms, make a phone call, and send email. Besides, we also provide three different functions for protection which are track phone, video record, and face detection. By implementing on the smartphone, DoorPass not only can provide the protection but also lower down the cost fee of buying the security hardware and provided convenient, simple and security functions.
Table of Contents i
List of Figures iii
List of Tables iv
1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2 Background 3
2.1 Motion Sensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1.1 Accelerometer Sensor . . . . . . . . . . . . . . . . . . . . . . . 4
2.1.2 Orientation Sensor . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Android Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3 Related work 9
4 System Design 11
4.1 Design Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.2 Overview of DoorPass . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.2.1 Notifications . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.2.2 Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5 Implementation 18
5.1 Observed Pattern of Sensors Reading . . . . . . . . . . . . . . . . . . 18
5.1.1 Orientation Sensor . . . . . . . . . . . . . . . . . . . . . . . . 18
5.1.2 Accelerometer Sensor . . . . . . . . . . . . . . . . . . . . . . . 20
5.2 The Structure of Android Application . . . . . . . . . . . . . . . . . 21
5.3 DoorPass on Android . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.4 The Process of Using DoorPass . . . . . . . . . . . . . . . . . . . . . 24
6 Evaluation and Limitation 27
6.1 Evaluation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
6.1.1 Hardware Preparation . . . . . . . . . . . . . . . . . . . . . . 27
6.1.2 Scenario test . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
6.1.3 Experiment results . . . . . . . . . . . . . . . . . . . . . . . . 31
6.2 Limitation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
7 Conclusion 37
7.1 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
7.2 Future work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
[1] Security company. http://www.boschsecurity.com.tw/content/language1/html/55_CHT_XHTML.asp.
[2] Android sensor. http://developer.android.com/reference/android/hardware/Sensor.html.
[3] Comparison of smartphones. http://en.wikipedia.org/wiki/Comparison_of_smartphones.
[4] Lenin Ravindranath, Calvin Newport, Hari Balakrishnan, and Samuel Madden. Improving wireless network performance using sensor hints. In Proceedings of the 8th USENIX conference on Networked systems design and implementation, pages 21–21. USENIX Association, 2011.
[5] Motorola motox. http://www.motorola.com/us/consumers/Moto-X/moto-x,en_US,pg.html.
[6] Google android. http://www.android.com/about/.
[7] Apple ios7. http://www.apple.com/tw/ios/ios7/.
[8] Blackberry os. http://us.blackberry.com/software/smartphones/blackberry-10-os.html.
[9] Window phone os. http://www.windowsphone.com/en-us.
[10] Zhen-Yu He and Lian-Wen Jin. Activity recognition from acceleration data using ar model representation and svm. In Machine Learning and Cybernetics, 2008 International Conference on, volume 4, pages 2245–2250. IEEE, 2008.
[11] Zhenyu He and Lianwen Jin. Activity recognition from acceleration data based on discrete consine transform and svm. In Systems, Man and Cybernetics, 2009. SMC 2009. IEEE International Conference on, pages 5041–5044. IEEE, 2009.
[12] Ling Bao and Stephen S Intille. Activity recognition from user-annotated acceleration data. In Pervasive Computing, pages 1–17. Springer, 2004.
[13] Pierluigi Casale, Oriol Pujol, and Petia Radeva. Human activity recognition from accelerometer data using a wearable device. In Pattern Recognition and Image Analysis, pages 289–296. Springer, 2011.
[14] Nishkam Ravi, Nikhil Dandekar, Preetham Mysore, and Michael L Littman. Activity recognition from accelerometer data. In AAAI, pages 1541–1546, 2005.
[15] Sung-Hun Shin, Jong-Yun Yeo, Sang-Hoon Ji, and Gu-Min Jeong. An analysis of vibration sensors for smartphone applications using camera. In ICT Convergence (ICTC), 2011 International Conference on, pages 772–773. IEEE, 2011.
[16] Zhi Xu, Kun Bai, and Sencun Zhu. Taplogger: Inferring user inputs on smartphone touchscreens using on-board motion sensors. In Proceedings of the fifth ACM conference on Security and Privacy in Wireless and Mobile Networks, pages 113–124. ACM, 2012.
[17] Liang Cai and Hao Chen. Touchlogger: inferring keystrokes on touch screen from smartphone motion. In Proceedings of the 6th USENIX conference on Hot topics in security, pages 9–9. USENIX Association, 2011.
[18] Emmanuel Owusu, Jun Han, Sauvik Das, Adrian Perrig, and Joy Zhang. Accessory: password inference using accelerometers on smartphones. In Proceedings of the Twelfth Workshop on Mobile Computing Systems & Applications, page 9. ACM, 2012.
[19] Liang Cai and Hao Chen. On the practicality of motion based keystroke inference attack. In Trust and Trustworthy Computing, pages 273–290. Springer, 2012.
[20] Jun Han, Emmanuel Owusu, Le T Nguyen, Adrian Perrig, and Joy Zhang. Accomplice: Location inference using accelerometers on smartphones. In Communication Systems and Networks (COMSNETS), 2012 Fourth International Conference on, pages 1–9. IEEE, 2012.
[21] William Enck, Machigar Ongtang, and Patrick McDaniel. On lightweight mobile phone application certification. In Proceedings of the 16th ACM conference on Computer and communications security, pages 235–245. ACM, 2009.
[22] Facedetector for android. http://developer.android.com/reference/android/media/FaceDetector.html.
(此全文未開放授權)
電子全文檔
摘要檔
 
 
 
 
第一頁 上一頁 下一頁 最後一頁 top
* *