How To: Connect to Your System Remotely Sending an SMS Through Contusa
Contusa is a simple java interface which helps you to connect to your system remotely by sending an SMS. All you need to have is a working Twitter account. Contusa is written in java; The core part is a Twitter API wrapper based on java (it is available on thinktankmaths). The basic idea of contusa is very simple . You have a set of commands configured against particular keyword (sms code). We need contusa on the end machine contusa keeps on listening to your twitter account, and whenever it finds a new status on the twitter account it checks its pre configured command library .if it finds any match, it starts executing the particular code against the status.


