We have moved to a new Sailfish OS Forum. Please start new discussions there.
5

App: harbour-smscontrol

asked 2016-06-29 11:57:47 +0300

kumivene gravatar image

updated 2016-06-29 12:29:01 +0300

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 ;) )

edit retag flag offensive close delete

1 Answer

Sort by » oldest newest most voted
1

answered 2016-06-29 11:59:49 +0300

kumivene gravatar image

updated 2016-06-29 12:11:54 +0300

Sourcecode now available

https://github.com/dmnk/harbour-smscontrol

you can add your own device (or whatever, eg. people) and the commands as SQL statements in the src/Connection.h file.

questions related to the sources, please to this answer :)

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
4 followers

Stats

Asked: 2016-06-29 11:57:47 +0300

Seen: 505 times

Last updated: Jun 29 '16