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
faq:sdk [2015/04/13 13:21]
hess
faq:sdk [2016/11/14 15:10]
dotoli [How can I configure SDK scripts in the cli?]
Line 3: Line 3:
 I cannot find ''/​tmp/​myfile''​ which is generated with SDK. Where is it? I cannot find ''/​tmp/​myfile''​ which is generated with SDK. Where is it?
 See ''/​mnt/​sdk/​tmp/​myfile''​. 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 \\
 +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? =====