Hi,
I got some (newbie) problems with io-net. I read everything in the
helpviewer but…
I have to put 64 bits from a buffer into an ethernet frame without TCP/IP
and make a MAC broadcast.
From my C file (where I fill in the buffer) I need to give the data from
the buffer to a converter which will add the ethernet header. And then, the
converter gives the ethernet frame to the ehternet driver (devn-rtl.so). I’m
right?
In the C file, how do I tell io_net to call the “tx_down()” function of
the converter? Is there some kind of sockets or something?
In the converter, the bot_type is “en” but what is the top_type, in my case?
It’s a project for the end of my study, and… it’s nearly the end…
Could somebody tell me if I’m in the right way?
If somebody has some other source code examples, that could help me a lot…
Thanks for any help and sorry for my English,
Arnaud Stoumont