|
Hey guys,
I'd like to make a small device that gets data through serial connection,
sends them every for example every 5 minutes (will be configurable later) to a webserver,
but if a specific value is lower then a configured value, I'd like to send an alarm notification through SMS.
Now the question is, is it possible to send sms and stay connected to the internet at the same time?
Regarding the internetconnection I'd like to use ppp so that I don't have to care about the whole AT commands and simply get a network interface for the applications.
Or will I have to stop the PPP connection, send the sms, and reconnect then?
|
|