Hi Faizal, I think you can use different java application (or any programming language you want) that will periodically read database for rivel level, and when it needs to send SMS, it will insert a record to smsserver_out table so SMSServer can send it.
Ofcourse you have to run SMSServer in background. Aryo Sanjaya Sent from mobile device On 13 Okt 2011, at 14:13, faizal <[email protected]> wrote: > I am using mysql. I search smslib but could not find anything about > sms alarm system. I am building alarm system for river level > > I think I solve the problem using java.util.Timer; > java.util.TimerTask; > > thanks > > > > On Oct 12, 12:16 am, Zebel <[email protected]> wrote: >> Hi!! >> >> It is possible! >> >> What database are you using? >> >> 2011/10/9 faizal <[email protected]> >> >> >> >> >> >> >> >>> Hi, >> >>> I want to build an alarm system with smslib. I install and tried it >>> and it work great. What I would like to know is how i could make a >>> timer;- like every few minute smslib will check the database and if it >>> is over a certain value it will send sms(alarm). Thanks >> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "SMSLib Discussion Group" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/smslib?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "SMSLib Discussion Group" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/smslib?hl=en. > -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
