Hi all,
this is a very newbie question.
I have a DigiConnect module and I want to use its embedded TCP/IP stack.
This DigiConnect module communicates with my board ( with an ARM processor ) through SPI interface.
My goal is to use a standard socket interface in the ARM processor, calling the function like bind, sendto, recvfrom and i want that the corresponding functions on the module will be called.
I know that I have to serialize these function calls ( a kind of RPC over SPI line ).
Is there any standard ( and maybe open source ) solution you know to do this?
thank you very much
Pich