App: harbour-smscontrol
I'd like to cover all requests / issues / news in this post.
Short intro
provides templates that can be instantiated (with a phone number & password), and then you can create sms with the templates associated actions.
Like: template:power-plug
instantiated with phone numer 1234 and password secret
actions: power up, creates a sms to 1234 with text power_up: secret
the templates are stored as SQLite DB.
architecture
MVC, c++ for the model / sqlite database, qml for the view, which was, due to the missing examples, not that easy back in the days i created it (and maybe because i'm not that experienced with c or qml ;) )