mgulsoy / W5500MacRaw

Arduino sketch demonstrating of using Wiznet W5500 sending raw Ethernet Frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W5500MacRaw

This Arduino sketch demonstrates reading and writing raw Ethernet frames using the Wiznet W5500 ethernet controller.

  • When a packet is received it prints the Ethernet headers to Serial.
  • If the packet is of the special EtherType 0x88B5, then it sends a reply back to the sender, while incrementing an 8-bit counter

It is based on the ioLibrary Driver code from Wiznet. All code that does not relate to Socket 0 and sending and receiving Ethernet frames has been stripped out for size.

Also included in the sendeth directory, is some Linux code for sending and receiving Ethernet frames to the Arduino.

The code is licenses under the 3-clause BSD license, the same as the ioLibrary driver.

About

Arduino sketch demonstrating of using Wiznet W5500 sending raw Ethernet Frames

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 80.7%Language:C 14.0%Language:Arduino 4.9%Language:Makefile 0.3%