Telematics SDK - User Guide  v1.50.0
Sample Applications

Sample applications provided by TelSDK quickly demonstrates how TelSDK APIs can be used to achieve end functionality. Full source code for all sample applications is in /telux/public/apps/samples directory.

Note: Some of the applications contain default values for parameters that might differ from product to product. These values can be overridden by using configuration files used by these applications. The configuration is specified in the form of key-value pair. For example, the number to dial used by make_call_app can be specified by DIAL_NUMBER item and then application can be run passing this file as command-line argument to application.

# Contents of /data/make_call_app.conf
DIAL_NUMBER = +1234512345
# Run the application
$ make_call_app /data/make_call_app.conf