# 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
    Copy to clipboard

- [Audio](https://docs.qualcomm.com/doc/80-PF458-1/topic/audio.html)
- [CV2X](https://docs.qualcomm.com/doc/80-PF458-1/topic/cv2x.html)
- [Telephony](https://docs.qualcomm.com/doc/80-PF458-1/topic/phone.html)
- [Data](https://docs.qualcomm.com/doc/80-PF458-1/topic/data.html)
- [Location](https://docs.qualcomm.com/doc/80-PF458-1/topic/location.html)
- [Modem configuration](https://docs.qualcomm.com/doc/80-PF458-1/topic/modem_config.html)
- [Power](https://docs.qualcomm.com/doc/80-PF458-1/topic/power.html)
- [Thermal](https://docs.qualcomm.com/doc/80-PF458-1/topic/thermal.html)
- [Sensor](https://docs.qualcomm.com/doc/80-PF458-1/topic/sensor.html)
- [Platform](https://docs.qualcomm.com/doc/80-PF458-1/topic/platform.html)
- [Crypto](https://docs.qualcomm.com/doc/80-PF458-1/topic/crypto.html)
- [Crypto accelerator](https://docs.qualcomm.com/doc/80-PF458-1/topic/crypto_accelerator.html)
- [Cellular connection security](https://docs.qualcomm.com/doc/80-PF458-1/topic/cellular_connection_security.html)
- [WiFi connection security](https://docs.qualcomm.com/doc/80-PF458-1/topic/wifi_connection_security.html)
- [WLAN](https://docs.qualcomm.com/doc/80-PF458-1/topic/wlan.html)
- [Satcom](https://docs.qualcomm.com/doc/80-PF458-1/topic/satcom.html)
- [Diagnostics](https://docs.qualcomm.com/doc/80-PF458-1/topic/diag.html)

Last Published: Apr 14, 2026

[Previous Topic
Satcom event handling](https://docs.qualcomm.com/bundle/publicresource/80-PF458-1/topics/simulation-telsdk.md) [Next Topic
Audio](https://docs.qualcomm.com/bundle/publicresource/80-PF458-1/topics/audio.md)