SMS
DPYSMSTOOL Linux Programmer's Manual DPYSMSTOOL DESCRIPTION dpysmstool : Tool used to manage SMS operations like read, send, delete, etc. SYNOPSIS dpysmstool [-h/--help] dpysmstool [-tv / --toolversion] dpysmstool [-ls/--listsources] dpysmstool [-gss/--getsourcestate] <sourceid> dpysmstool [-se --sourcesevents] dpysmstool [-sse / --sourcesstatusevents] dpysmstool [-s/--send] <content> <number> dpysmstool [-r/--readsms] <id> dpysmstool [-d/--delete] <id> dpysmstool [-n/--notify] dpysmstool [-lm/--listmessages] OPTIONS -h / --help : Print help command information. -ls / --listsources : Get list of SMS sources that have been detected. -tv / --toolversion : Print tool version. -gss / --getsourcestate <sourceid> : Get current sms state from a source. -se / --sourcesevents : Get sms sources list events whenever a change happens. -sse / --sourcesstatusevents : Get sources status events whenever a change happens. -e / --events : Gets SMS events, such as new SMS or SMS storage full. -s / --send <sourceid> <content> <number> : Sends a SMS specified content to a phone number. Description: <sourceid> : source that will be used to send the SMS. <content> : Content of SMS <number> : Phone number to send SMS -d / --delete <id> : Deletes a specific SMS given its id. Description: <id> : Identifier of the SMS. -i / --smsinfo <id> : Gets data from a specific SMS given its id. Description: <id> : Identifier of the SMS. -lm / --listmessages : Gets stored SMS list. EXAMPLES dpysmstool -ls dpysmstool -gss "1234567890" dpysmstool -s "1234567890" "Hi deepsy!" "+34612345678" dpysmstool --listmessages dpysmstool -n FILES BUGS SEE ALSO AUTHORS Deepsy Team