Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
faq:sdk [2015/04/13 13:20]
hess
faq:sdk [2016/11/14 15:00]
dotoli
Line 1: Line 1:
 ====== SDK Related FAQ ====== ====== SDK Related FAQ ======
-  * Q: I cannot find ''/​tmp/​myfile''​ which is generated with SDK. Where is it? +===== Where are my SDK generated files ===== 
-      * A: See ''/​mnt/​sdk/​tmp/​myfile''​.+I cannot find ''/​tmp/​myfile''​ which is generated with SDK. Where is it? 
 +See ''/​mnt/​sdk/​tmp/​myfile''​. 
 +===== How can I configure SDK scripts in the cli? ===== 
 + 
 +The script is taken over by the script name: 
 + 
 +cli set + 
 + 
 +sdk.status=1\br 
 +sdk.trigger.0.name=SMS-RECEIVED 
 +sdk.trigger.0.event=sms-received 
 +sdk.script.0.name=**sms-control.are** ​         
 +sdk.script.0.desc=SMS control daemon 
 +sdk.job.0.name=**SMS-CONTROL** 
 +sdk.job.0.trigger=0 
 +sdk.job.0.script=0 
  
 ===== How can I get the file size? ===== ===== How can I get the file size? =====