I am very new to the embedded world and AUTOSAR. I have a doubt regarding the integration of FNET TCP/IP stack on Autosar component . Explanations are welcome .Thanks in advance .
Regards,
Thiygau ramamoorthy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your answer. I had discussed with my professor and planned to stick with FNET :) . I had downloaded the source code and gone through the folder structure . My professor instructed me to configure the stack but I dont have any clue about where and how to start.(currently I dont have any board in my hand) . can you please tell me how to start working on from the basics ?
Thanks in Advance .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Start from the general FNET example fnet\fnet_demos\<board>\shell
You should have one of supported boards and compiler.
My most used combination is the frdm-k64f board and IAR.</board>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all ,
I am very new to the embedded world and AUTOSAR. I have a doubt regarding the integration of FNET TCP/IP stack on Autosar component . Explanations are welcome .Thanks in advance .
Regards,
Thiygau ramamoorthy
Just FYI:
As I know, one "unnamed" customer is using FNET in its AUTOSAR products.
Hi Andrey ,
Last edit: Thiyagu 2016-04-19
FNET is bare-metal/OS independent.
All port-specific code is placed in "/port" directory.
It may be ported to any 32-bit platform.
Thanks for the feedback .Its very difficult to find proper documentation and the applications which uses FNET .Any sugesstions ?
http://fnet.sourceforge.net/manual/index.html
Thank you
Hi Andrey,
Based on customers requests, there are many areas where FNET is used from student projects to Consumer/Industriala and Automotive .
For example, last week I got to know that it is used in one real project on nuclear station.
BTW: ARM is going to replace lwIP stack by FNET in its mbedOS:
https://community.arm.com/groups/internet-of-things/blog/2015/09/29/freescales-fnet-and-arm-mbed-os
Do you know about any other so good bare-metal stack? Please let me know;)
Last edit: Andrej Butok 2016-04-25
Hi Andrey,
Thanks for your answer. I had discussed with my professor and planned to stick with FNET :) . I had downloaded the source code and gone through the folder structure . My professor instructed me to configure the stack but I dont have any clue about where and how to start.(currently I dont have any board in my hand) . can you please tell me how to start working on from the basics ?
Thanks in Advance .
Start from the general FNET example fnet\fnet_demos\<board>\shell
You should have one of supported boards and compiler.
My most used combination is the frdm-k64f board and IAR.</board>
Hi Andrey ,
is it possible to build fnet as a standalone application ? because I couldn't see any makefiles in the FNET folder.
Last edit: Thiyagu 2016-04-27
Out of the box there are only IDE projects. If you need a make file, you should create it by yourself.