Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

#!/bin/bash
 
HOST=<IP or hostname EMS with GSM-modem, for example: http://telemetry.asia>
PASS='<your password>'
PLUS='%2B'
TOPHONE=''$PLUS'<your phone, for example: 421908xxxxxx>'
MESSAGE='<your message>'
 
curl -d 'epassword='$PASS'&querytype=send_sms_message&to_phone='$TOPHONE'&message='$MESSAGE'' $HOST/engine.htm

 

 developer notes: linkchange