Page 1 of 1

API Erika OS

Posted: Mon Feb 13, 2017 4:59 pm
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.

Re: API Erika OS

Posted: Mon Feb 20, 2017 12:12 pm
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

Re: API Erika OS

Posted: Tue Feb 21, 2017 5:44 pm
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

Re: API Erika OS

Posted: Wed Feb 22, 2017 7:29 am
by paolo.gai
wel... it's in the source code committed in the SVN! look for the PIC32 code.

PJ