Control Your Laptop with an Android Phone using Python, Twisted, and Django
Introduction
Tool
Belt of Remote Laptop Access: Twisted, Python, Amarok and Django
There are diverse technologies involved in this project.
You might be familiar with some; some technologies are particular to the
project at hand:
- Twisted: An exceptional project-driven structure particularly designed for the network hackers.
- Python 2.7.
- Amarok: It is a D-BUS controllable media player. You can select any other media player like VLC and Clementine that support MPRIS, if you are familiar with their messaging settings. I have selected Amarok because it came up with KDE distribution. Moreover, it’s configuration is easy and quick.
- Django: I have used v1.4. Thus, you will need to change the place of some files if you have to run a previous version.
- It is imperative to install Python For Android in your phone. The installation method is simple-also for Py3k.
- Remote Amarok Web
- Remote Amarok
At
The High Level
Python
For Android
How
Your Android Phone Controls Your Laptop?
The
Framework
What
is D-Bus?
Background:
What
Else Can You Do With This?
Till now, everything seems to be easy and
straightforward, isn’t it? You may think: “Can it easily support the smart feature
[X]?” Well, the answer to this question is: Yes! Nevertheless, you should have
the know-how to interact with your laptop by using your Android phone. If you
know, then you can easily add the code on server-side to do anything you want.
Before you get the know-how, you need to go through lengthy methods on your laptop remotely. Or else, if you have to capacity to match up with the technology, you can develop an interface amid your favorite electronic appliance and your laptop, managing it through SMS commands (“Make tea for me!” strikes instantly).
Before you get the know-how, you need to go through lengthy methods on your laptop remotely. Or else, if you have to capacity to match up with the technology, you can develop an interface amid your favorite electronic appliance and your laptop, managing it through SMS commands (“Make tea for me!” strikes instantly).
Comments
Post a Comment