付费下载
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ReportforGraduationDesign
ofNanjingUniversityofPostsandTelecommunications
Subject
IntractiveOnlineGamesBasedonWi-fiintheAndroidSystem
——ImplementtheInterfaceandPlanning
StudentName
WeihanZhou
StudentID
H07000308
Major
ElectronicEngineering
=1\*ROMAN
I
.LearningandComprehension
Withthedevelopmentofmobileandpersonaltelecommunicationtechnology,peoplebecomeincreasinglydemandformobiledatacommunications.Variousmobiletelecommunicatingterminals,suchaslaptop,PDA,PC.Atthemeantime,plentyofmobilephoneshavebeendesignedwiththeInternetfunction.Thenewgenerationofmobileterminalplatformbecomingmoreandmorehumanizedsodoesthefunction.GooglecompanylaunchedtheAndroidsystemin2007,whichispopularallovertheworld.Android,runningbasedonLinuxkernel,ownsdiversityofapplicationsandwi-fiwhichmakethevalue-addedservicesmoreexcellent.
ThissubjectrequiresadeepcomprehensionandacknowlegmentforAndroindSyste,sothat本beablettoimprovetheWi-FifunctioninthissystemtoacquiretheAd-hocapplication.Inadditon,thesubjectwillbedesigntoplaytheInternationalChessBattleontwocellphonesatthesametime.Thesubjectcloselyconnecttothedailylife,willbewidelyusedamongpeople,namely,ithasasignificanteffectonthepracticingandmarketing.Asforme,IamresponsibleforimplementingtheAd-hoc.
=2\*ROMAN
II
.InvestmentandStudy
TheThepreparationofthesubjectistostudythetheory,toknowthebasicsituationofAndroidsystemandtheworkingprincipleofwi-fiasthemainprocessoftheimplementofAd-hoc.Inwhich,IfocusontheWi-fitechnology.
1.IntroductiontotheAndroidSystem
Android,referstothe“Rebort”,alsoisanominationforopensourceoperationsystemusedoncellphones,whichisbasedontheLinuxKernelpublishedbyGoogleCompanyonNovember5th,2007.Linux,knownasthefirstopenandintergralmobilesoftwareformobileterminals,isaplatformconsistsofoperatingsystem,middleware,users’interfaceandapplicationsofeware.Sofar,thelatestversionisAndroid2.4GingerbreadandAndroid3.0Honeycom.
AndroidwasdevelopedbyGoogleintheearlytime,andthenbyOpenHandsetAlliance.Itusesthesoftwarestackframework,anddividesintothreecomponents.ThebottomofLinuxKernelonlyprovidesthebasicalfunctions,whileotherapplicationsoftwares,writteninJavalanguagepartly,aredevelopedbydifferententerprisesindividually.
DuetotheJavalanguage,androidhasvariouschanges,rangingfrominterfacestofunctions,Forinstance,ActivityequalstoMIDletinJ2ME,aActivityclasscanbeusedtosetupwindow,aworkingActivityisabackgroundoperationprogramcalledService,runningundertheforegroundmodel.BothforegroundandbackgroundarecombinedbyServiceConnectionandAIDL,inordertoachievetheeffectofrunningincomplexprocedures.WhentherunningActivityreplacedbyotherones,itwillbestopped,evenkilledbysystem
What’smore,ViewequalstotheDisplayableinJ2ME.ProgrammerscanputUIonthewindowsthroughViewclassand“XMLlayout”file.Androind1.5buildtheWidgetsbyView,anddesignlayoutbyxmlforthefactthatWidgetisoneoftheViewclass.Forexample,HTC’sAndroidHerohasplentyofWidgets.AsfortheViewGroup,itisaabstractclassinformofkindsoflayout,evenitconcludesitself.Besides,thereisnoneedforView’sconstructionfunctionstobecalledintheActivityclass,however,Displayableisundiposable.IntheActivity,acquiringViewfromXMLshouldbythemeansoffindViewByld(),soistheViewclassinAndroidsystem.Viewandeventdependuponeachother,andconnecttogetherthroughListener,sothateachViewisabletoregisteraeventlistener.Forinstance,whenViewisgoingtodealwiththeusers’touchevent,itshouldregisteraView.OnClickListenerinAndroidframework.AlsoasImageequalstoBitMapinJ2ME.
2、IntroductiontoWi-Fi
Wi-FiisshortforwirelessfidelityinwirelessLAN.ItisawirelessnetworkconsistsofAP(AccessPoint)andwirelessNIC.AP,socallednetworkbridgeoraccesspoint,isregaredasabridgebetweentraditionalwireLAN.Asaresult,anyPCwithNICcansharetheresourceofwireLAN,evenInternetthroughAP.ItislikeaHUBhasawirelesstransmitterinside,ontheotherhand,NICisaCLIENTequipmentforreceivingthesignalssendbyAP.
Inthepasttwoyears,themarketstartedtosupportUMA(UmlicensedMobileAccess),etc.TheremergesmoreandmoresmartphoneshavingWLAN,whichcansharethePCtoInternetorVoIPtocallwiththeWi-Ficovering,apartfromthemobiletelecommunicationnetworkcallsundertheGSM/CDMA.Nowadays,anincreasingnumberofpeoplechoosetosurfonInternetbywirelessrouteorwirelessAP.Bythemeansofmentionedmethods,PCcaneasilyconnecttotheInternetusingADSL,Cable,FTTX,etc.
Wi-Fiownsalargescalecovering,fasttransferspeedandeasytoimplement.Nevertheless,italsohasitslimitation.WhenweneedtomakeaconnectionbetweenPCandcellphone,ortwomobilephones,itisnecessaytoacquireatransferringpointlikeAPorHUB,etc.Luckily,Ad-hocmakesithappen.
TypicalconstructionofWi-fi
3、IntroductiontoAd-hoc
Ad-hoc(pointtopoint)Model,thesamewiththeStraightTwistedPair,isP2Panditfailstocommunicatewithothernetworks.Thatistosay,buildingaspecialwirelessnetworkwithoutAPsothatPCscouldconnecttotheNICandsharetheresources.
Usually,wirelessterminalequipments,suchasPMP,PSP,DMA,areusingAd-hoc.InthefamilywirelessLAN,itisknowntoallthattwoPCssharingtheInternetwhentheyachievetheconnectionbyNIC.Ad-hocisasymmetrynetworkframeworkwithoutwirelessAP.WheneverinstallaNIC,PCscanimmediatelyconnecttogether.
4、AddtheAd-hoctoWi-FiintheAndroidSystem
Recently,AndroidsystemdoesnotsupporttheAd-hoc,thatiswhywehavetoaddAd-hoctoWi-Fiservicesmanually,sodoestheChannelsupport.
Atthefirstplace,weshouldgetthesuperuser(su)loginthroughtheHyperTerminalinthePC.Next,modifyingtheWi-FiAd-hocavailblemeanschangingtheWi-FiAd-hoc=0toWi-FiAd-hoc=1,underthepathof/system/etc/wifi/tiwlan.ini.Atthemeantime,addingthefunctiondescribe:dot11DesiredSSID=AndroidMobile;dot11DesiredBSSType=0.
Then,manuallyaddAd-hocpoint,modify/data/misc/wifi/wpa_supplicant.conf
network={
ssid="AndroidAdhoc"
key_mgmt=NONE
mode=1
}
PS:'mode=1'referstoAd-hocnetwork
=3\*ROMAN
III
.Plan
week1~week2:Readingtherelevantarticlessoastobefamiliarwiththet
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 胶基糖制造工岗前设备性能考核试卷含答案
- 腈纶聚合操作工岗中冲突管理考核试卷含答案
- 碳化钨制备工操作评估竞赛考核试卷含答案
- 陶瓷施釉工持续改进测试考核试卷含答案
- 裁切工安全实践知识考核试卷含答案
- 汽轮机转子装配调试工岗中内部考核试卷含答案
- 高尔夫球童岗中技术突破考核试卷含答案
- 空调器压缩机装配工岗中实践综合水平考核试卷含答案
- 幼儿园安全工作简报
- 突发猝死的应急预案
- 2026秋人教PEP六年级上册英语(新改版)全册教案
- 2026 年秋季开学初中军训站姿坐姿行为养成课件
- 《港台文学12节》课件
- (2026年秋)人教版六年级上册数学教案
- 2026小学教科版四年级科学上册全册教案
- 医院检验科生物安全培训试题及答案
- 2026年新《治安管理处罚法》知识考试题库及答案(含各题型)
- 2026年一建市政实务教材改版试卷及答案
- 新版人教版七年级上册历史全册教案(完整版)教学设计含教学反思
- 《第2课 立在地球边上放号》课件 统编版高中语文必修上册
- 郑州财税金融职业学院招聘真题
评论
0/150
提交评论