• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2
  • 1
  • Tagged with
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Utveckling av mobiltelefonapplikation för kommunikation i ad-hoc nätverk med Bluetoothteknik

Simberg, Gustav, Viggeborn, Björn January 2005 (has links)
<p>The purpose of this thesis is to develop an application for mobile phones that simplifies communication. The company Doberman wanted to look at possibilities to develop such an application that uses Bluetooth™ technol-ogy to communicate in ad-hoc networks. The aim has been an application to run on mobile phones in which you can send messages and files to other devices and also add a user profile with personal information to share with others. The communication will take place in temporary networks created when Bluetooth enabled devices is in range of each other.</p><p>The market for mobile phones has grown rapidly over the past years and is still growing. There are many differ-ent phone models and it is difficult to find a developer platform that covers many phone models. In the beginning of this thesis an inquiry of different developer platforms has been made. The Java™ platform is supported by most phones but has limitations in accessing functions on the device. The best alternative was Symbian C++ for devices with Symbian OS. This alternative does not have the same limitations as Java and is still supported by relatively many devices. The application was then developed in Symbian C++. There are a number of different versions of Symbian OS and different GUI-platforms that runs on Symbian OS which leads to other issues in the development. We have limited the development of the application to the Series 60 platform for Symbian OS v7.0s. During design and implementation portability to other GUI-platforms has been considered.</p><p>We have tested the application on emulator compatible with Symbian OS v7.0s and Symbian OS v8.0a and found some compatibility problems between the two versions. We have also tested the application on mobile phones and between emulator and the phone with corresponding OS-version no new problems occurred</p>
2

Návrh a vývoj aplikace pro monitorování polohy / Design and development of application for position monitoring

Kovář, Petr January 2009 (has links)
The aim of the master’s thesis was to implement in the C++ language a software solution of the localization of the mobile phone with Symbian OS in the GSM network. The intended purpose of this solution would be especially the phone localization in the case of its theft or loss. A familiarization with the development process of the Symbian platform and understanding the features of the Symbian version of the C++ language preceded the realization itself, because the Symbian C++ has an original style of the memory manipulation and error handling. The Symbian C++ basic principles and its features used in the implemented software are described in the second chapter of the text part, the first chapter deals with the history and version structuring of the Symbian OS. In the third part of the text is described the created software. The realized solution consists of three parts – server application PhoneLocServer for a mobile device, client application PhoneLocClient for a PC and the web-located part. The server was developed for the Symbian OS in the C++ language in the IDE Carbide.c++ and was tested in the S60 3rd edition SDK MR emulator and on the real device Nokia N73. It is a GUI-less application running in the background, which is run automatically after a smartphone start-up. It controls the incoming SMS over the socket listening and the messages addressed to itself processes before a user can notice them. The control messages body is comprised of a prefix, which identifies them, a password, a sending period value and a state to which application should change. After the receiving of the control SMS server verifies the SMS sender through the use of his telephone number and the password. It compares these values with the data stored for the given IMEI on the web server. If the verification succeeds, the server runs a timer with the period known from the control SMS and on the callback of this timer are transferred the data describing current phone location and state via HTTP protocol to the web server. The GSM localization method “Cell ID” is used for the location determination. After the client user asks for the start of loading the data, he must answer the password and the observed phone’s IMEI and he is verified through the use of the web server again. If the verification succeeds, the periodic download of the server data starts and from the first downloaded file is found out the upload period. Download then continues till the time the client detects the end of sending by the server part or till the client user stops the download himself. The client was developed in the C++ language in the C++ Builder environment. It requires a Windows OS and internet connection for its right function. The web server mediates communication between the server and the client, stores the data for user verification and makes possible the server-side upload by the help of a simple PHP script. In all the used web server directories is present the .htaccess file to improve its security, e.g. it denies the directory listing in a web browser.
3

Utveckling av mobiltelefonapplikation för kommunikation i ad-hoc nätverk med Bluetoothteknik

Simberg, Gustav, Viggeborn, Björn January 2005 (has links)
The purpose of this thesis is to develop an application for mobile phones that simplifies communication. The company Doberman wanted to look at possibilities to develop such an application that uses Bluetooth™ technol-ogy to communicate in ad-hoc networks. The aim has been an application to run on mobile phones in which you can send messages and files to other devices and also add a user profile with personal information to share with others. The communication will take place in temporary networks created when Bluetooth enabled devices is in range of each other. The market for mobile phones has grown rapidly over the past years and is still growing. There are many differ-ent phone models and it is difficult to find a developer platform that covers many phone models. In the beginning of this thesis an inquiry of different developer platforms has been made. The Java™ platform is supported by most phones but has limitations in accessing functions on the device. The best alternative was Symbian C++ for devices with Symbian OS. This alternative does not have the same limitations as Java and is still supported by relatively many devices. The application was then developed in Symbian C++. There are a number of different versions of Symbian OS and different GUI-platforms that runs on Symbian OS which leads to other issues in the development. We have limited the development of the application to the Series 60 platform for Symbian OS v7.0s. During design and implementation portability to other GUI-platforms has been considered. We have tested the application on emulator compatible with Symbian OS v7.0s and Symbian OS v8.0a and found some compatibility problems between the two versions. We have also tested the application on mobile phones and between emulator and the phone with corresponding OS-version no new problems occurred

Page generated in 0.0315 seconds