SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Build and Test Custom C/C++ Adapter for Freezer Monitoring Lite

Learn how to compile, and build our custom C/C++ Adapter into an executable using the given Makefile. Then, test your Custom Adapter by using streamingsubscribe executable that comes with the installation of Streaming Lite.

Overview

🎓 intermediate 15 min. SAP HANA Streaming AnalyticsIntermediateInternet Of ThingsSAP HANAExpress Edition
Robert Waywell R Robert Waywell January 15, 2025
Created by March 20, 2018
Contributors

Prerequisites

Steps

Step 1 Build the Adapter Code

Now we need to compile and build our Custom C/C++ Adapter into an executable. To do this, open up PuTTY and navigate to your "custom_c_adapter" folder.

Run the command make to build the .cpp file. This should generate an executable called custom_c_adapter.

Build Custom C Adapter
Build Custom C Adapter

Step 2 See Results
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 2
1. Build the Adapter Code 2. See Results

Learn more →