Jump to content
43oh

Recommended Posts

Hello,

 

I need help sending an Ethernet raw socket through my EK-TM4C1294XL (http://www.ti.com/tool/ek-tm4c1294xl). Here is what i have done so far:

 

-> Using and modifing some NDK examples, but the problem is that i want a code in C/C++, not using a whole operating system (TI-RTOS SYS/BIOS);

-> Including NDK libraries for use of it's functions and not installing the SYS/BIOS, however i am having lots of dependencies errors;

-> Using Tiva C Series Ethernet examples, but they use the lwip TCP/IP protocol stack, i'm trying to send a raw Ethernet socket only;

-> Using Energia Ethernet library, stll could not isolate the code sending only a raw Ethernet socket;

-> Using W5100 Ethernet Shield library, however i could not manage to get Ethernet output (http://forum.43oh.com/topic/9858-energia-library-wiznet-w5100w5200w5500/).

 

If someone could provide any tips or other implementations, i would appreciate very much.

 

Thank you.

Link to post
Share on other sites

lwip has fairly nice layers, you should be able to send raw ethernet packets using ethernet_output() as defines in netif/ethernet.h

 

Are you sure that the lwip version for TivaWare C Series (lwip 1.4.1) has an 'ethernet.h' file? I could not find it in here. Neither an ethernet_output() function.

 

I'm using CCS 6.2 and the enet_lwip example project.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...