View Single Post
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#383
Originally Posted by zimon View Post
Ok. What is the reasoning not to use smscon_daemon's functions to send really the same messages it would send in the real situation? That way also that part of the code would be tested more often.
This is possible but only from command-line (in v0.5-6 & higher). I used it for my own development purposes. It's only for internal testing & debugging of SMSCON!

To simulate a received message:

Code:
smscon -test2 "<SMSCON command>"
Example:
Code:
Nokia-N900:~# smscon -test2 "Location"
__________________
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)

Last edited by digitalvoid; 2010-10-11 at 20:02. Reason: added info