rahulchittimalla / desktopsms

Automatically exported from code.google.com/p/desktopsms
0 stars 0 forks source link

CLI for Linux user (and others) #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the client side (PC), it should be nice to have a CLI mode for scripting
or whatever you can imagine.

For example : 

«./desktopSMS connect» connects to the server
«./desktopSMS contacts» returns the contact list
«./desktopSMS send mycontact "my message"» send a SMS to mycontact
«...»

Original issue reported on code.google.com by jerome.g...@gmail.com on 25 Aug 2009 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by jacquesbh9 on 25 Aug 2009 at 9:09

GoogleCodeExporter commented 9 years ago
* it needs a daemon running on the PC -> OK
* what has to be done when a new sms arrive ? -> To be found
* send/get etc... -> not really a problem

Wait for more precise expression of needs.

Original comment by gaetan.e...@gmail.com on 25 Aug 2009 at 10:48

GoogleCodeExporter commented 9 years ago
The daemon on the PC is only needed for incoming event like an incoming 
message. In
this case, a notification can alert the user (ie. notification-daemon on 
GNU/Linux).
Or, different scenario, the incoming message can be forwarded to mail 
address(es).

But, in general, I just described basic needs like send/get but it could be 
improved
later.

Original comment by jerome.g...@gmail.com on 25 Aug 2009 at 12:02

GoogleCodeExporter commented 9 years ago
I thought of a daemon in order to keep the connection alive.

Original comment by gaetan.e...@gmail.com on 25 Aug 2009 at 12:16