Skip to content

This project allows an user to fully control a computer remotely over a wi-fi network using an android mobile phone. (Server Side)

License

Notifications You must be signed in to change notification settings

NilanjanDaw/RemoteComputer-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemoteComputer

This project allows an user to fully control a computer remotely over a wi-fi network using an android mobile phone.

Build Integration status

Build Status

Server Side

Folder RemoteComputerServer contains the server-side code. The code is written entirely in java and so is platform independent in nature.
Eclipse Luna has been used as the IDE for the development.
JDK v1.8u60 has been used for code compilation.

Installation Guide:

1. Compile the source code provide in the src folder using the command: `javac remoteComputer/ComputerManager.java`
2. Run the server using the command: `java remoteComputer.ComputerManager`

First Alpha Release

A pre-release distribution has been added under the Release Section. Use it to run the code as java -jar remoteComputer.ComputerManager.jar


Client Side code: Client Side
The project has been tested using a Computer System running Windows 10, which acted as the target Server and a Mobile device running Android version 5.1.0 which acted as the client.

NB. Modifications and bug fixes will be greatfully acknowledged.

About

This project allows an user to fully control a computer remotely over a wi-fi network using an android mobile phone. (Server Side)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages