Community discussions

MikroTik App
 
veron
just joined
Topic Author
Posts: 1
Joined: Mon Jun 15, 2009 6:17 pm

how to send a sms to activate a device

Mon Jun 15, 2009 7:46 pm

hi. This is my first time using forum. Is it a good place to ask something? basically i am sending a sms to open and close a thing. from what i know i need a gsm modem to connected the laptop. after that what is the next step? is it do a programming to let the laptop to read my sms? and the programming can use visual basic6?
 
itafnoc
just joined
Posts: 3
Joined: Tue Jul 22, 2008 7:46 pm

Re: how to send a sms to activate a device

Mon Jun 15, 2009 10:58 pm

The following is only pertinent if you wish to send/receive a SMS within Dude.
To send an SMS from the Dude (v2.2), you should gather a CLI tool you can send SMS messages from the command line.
Then you have to set up a new notification of type "Executes locally" or "Execute on server" (it depends from where you have your GSM modem connected), and insert in the "Command" field the command invoking the CLI tool, with the right parameters.
Finally, in the map where you want the event that triggers the SMS sending to be monitored, you have to specify to use that kind of notification when the status of a device changes.

About receiving a SMS within Dude, the only way this could be possible it would be via an external network service monitored through a TCP or SNMP Dude probe, but I don't know of a tool providing such a service.

Regards,

ITAFNOC