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

 

Section "Setting up GSM modem" for driver v2.0.1 - v2.2.5 can be found here:

Child pages (Children Display)

 

developer notes: linkchange

...