You are on page 1of 3

DEFINATION OF PROJECT:- CONTROLLING COMPUTER THROUGH ANDROID MOBILE

DETAILED DESCRIPTION

If you are not carrying your laptop with you or if you are unreachable to your desktop and need to access data, we can done it by using this project,it is main objective of this project.

MODULES

1. Port Reading

We have to connect the GSM modem in the COM Port and using the Java COM API we can read and write to the GSM Modem. We are using AT commands for reading and writing SMS. Whenever a message comes to the GSM modem it will reside in the SIM card inside it. The information of an incoming message is identified by triggering of GSM Modem. We need to fetch it from the SIM card in to the system and to pass the data in to the command generation module.

2. Command Generation On receiving the SMS message it will be converted to equivalent commands for execution. First the authentication of the user is done. The message contains the authentication details as well as the command details. If the authentication data is correct then only the massage is passed to the command execution section. Else it should not respond to the user. The received message may not be in the form of commands. So we need to convert it in to command using necessary string operations.

3. Command Execution

The generated commands are identified first. All the commands are not the same type. It may be to start a process or to stop a process. Some operations have corresponding output to send back. The commands are executed by the runtime class in java. The result of command should be kept in a file. This result is passed to the Result Generation session for sent it back to the requester.

4. Result Generation The generated result should be sent to the requester. The result is sent to the requester whose mobile number is fetched from the previous session. The messages are sent by the GSM Modem by using the AT commands.

In todays time major concern is security.which is very well provided in our project. Authentication is done by attaching the corresponding username and password separated by delimiter. The authentication attached to the message will be fetched for user authentication process. No reply will be sent to the unauthenticated user so that cost overhead for messaging will be decreased. An authenticated user can control the entire system as if he is controlling it directly. The list of commands can be taken back by the requester by giving a help message with his authentication.

An intruder who identifies a person who is using our software cannot hack the respective system as he is unaware of the SIM card number and authentication details. An intruder who finds the SIM card number fails to get the list of commands due to authentication problems; there for the system processing will get failed due to incorrect syntax.

EXPECTED OUTCOME The project system controlling Using android Mobile provides the facility to control the remote system through SMS. We can operate a computer by sending the corresponding control commands. For accepting the commands there should be a GSM modem attached with the remote system. The GSM modem is a combination of both hardware and software. We have to insert a SIM Card to that GSM modem. We can use the SIM Card for receiving or sending the control commands to the remote system. It reads the SMS from GSM modem, generate corresponding commands, execute it on client system and the result is sent back to the requester. In past this kind of projects has been developed but they all were using Bluetooth as controlling device. Bluetooth has limited range. So the accessing area gets narrow. Where here the controlling device would be GSM services. That will expands range of accessing the computer

You might also like