How to cross compile PTC ThingWorx C SDK for Legato?

How to cross compile PTC ThingWorx C SDK for Legato and use .so file created in the legato platform?

Hi,

You can create a Legato component based on an external 3rd party library.
You already have several examples in the “components/3rdParty” folder part of Legato SDK.
As an example, you can take a look at how “pjsip” 3rd party lib has been integrated as Legato component.

Jay