API Erika OS

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Locked
Rykah

API Erika OS

Post by Rykah »

Hi,

I'm working on a board Aurix Tricore in my project, I want to create and embedded a web server on this board using ERIKA OS.

So my question is: does ERIKA OS contain APIs to create an Embedded Web Server, unfortunately I couldnt find any tutorials for it.

Are there any detailed tutorials for API on ERIKA OS ? Thank you in advance.

Best Regards,
Rykah.
paolo.gai
Administrator
Posts: 877
Joined: Thu Dec 07, 2006 12:11 pm

Re: API Erika OS

Post by paolo.gai »

We did some time ago an integration of LWIP for some architectures (like Mico32 and PIC32), but not for AURIX.

About tutorials on the API:
- the API is based on the OSEK/VDX standard, now ISO17356.
- there is a manual of the main API in the download page
- there are various examples for various architectures in the available templates. You can also refer to the slides of the ScicosLab workshop 2008, there are some slides that details ERIKA and the API.

Ciao,

PJ
Rykah

Re: API Erika OS

Post by Rykah »

Hello,
thanks for the answer !!
If I can ask you for one more thing ; Is it possible to have the integration procedure for the LWIP on the pic32.

Best regards,
Rykah
paolo.gai
Administrator
Posts: 877
Joined: Thu Dec 07, 2006 12:11 pm

Re: API Erika OS

Post by paolo.gai »

wel... it's in the source code committed in the SVN! look for the PIC32 code.

PJ
Locked