cancel
Showing results for 
Search instead for 
Did you mean: 

Programming language to adapt for SAP IoT Solution developers ?

Former Member
0 Kudos

With IoT solutions increasing how should the SAP developers be ready with this new IoT landscape ?

What programming language for the hardware part is needed to be part of the end to end development cycle ? python ? c ?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

An IoT solution typically has to pass through multiple tiers of application logic and data storage. This concept introduces the idea of the “connected app.” The software that drives the app will need to interconnect with “Things” and other systems to deliver a complete solution.

This leads to quite a few challenges for software developers. On the server side it's quite IT standard, using SAP Cloud Platform for ex. (Micro Services) development... But on the Hardware part, a number of skills is needed depending on the device/Edge hardware technology.

Embedded development with RTOS would require low level development like C/C++, Windows based devices may also require .Net skills, and Linux/others would target more Java... NodeJS, Python and Micro Services are common skills that are usually required on all theses platforms.

Answers (0)