http client library/SDK on MPC5748G

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

http client library/SDK on MPC5748G

Jump to solution
1,373 Views
akhileshkg
Contributor II

For my automotive telematics prototype I need to stream sensor data from MPC5748G to  backend cloud platform over a secured communication channel.

We intend to use SSL/TLS protocol over HTTP, so basically a HTTPS communication.

I want to know if there is a HTTP client, as well as TLS stack/library available on MPC5748G;

If NOT, could you recommend compatible  librraies that we could port on this to make our development.

Thanks,

- Akhilesh

Labels (1)
0 Kudos
1 Solution
1,357 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

it's integrated to SDK. There are some sample codes like:

c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\middleware\tcpip\tcpip_stack\apps\secure_socket\

Regards,

Lukas

 

View solution in original post

3 Replies
1,370 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

there's integrated LWIP stack and wolfSSL library in SDK in S32 Design Studio IDE:

https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-for...

From release notes (c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\ReleaseNotes_TCPIP_PA.pdf):

lukaszadrapa_0-1610989737757.png

 

And from the TCPIP User Manual (c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\TCPIP_USER_MANUAL.pdf):

lukaszadrapa_1-1610989828453.png

Regards,

Lukas

 

0 Kudos
1,363 Views
akhileshkg
Contributor II

Thanks Lukas for prompt response!

wolfSSL library :- is that provided integrated alongwith S32 SDK or we need to port it first onto MPC5748G?

do we have a sample/demo app on the same for our ref.?

Thanks

0 Kudos
1,358 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

it's integrated to SDK. There are some sample codes like:

c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\middleware\tcpip\tcpip_stack\apps\secure_socket\

Regards,

Lukas