GiPHouse / qbaylogic-clash-based-macipudp-stack-spring24

A fully configurable Ethernet core written in Clash.
Other
5 stars 2 forks source link

Implement UDP echo #152

Closed rowanG077 closed 5 months ago

rowanG077 commented 5 months ago

Feature description Use the UDP depacketizer and packetizer to create an UDP echo circuit example.

Expected behaviour All UDP packets are echoed back with the source and destination ports swapped.

Expected steps

Additional Context Requires https://github.com/GiPHouse/qbaylogic-clash-based-macipudp-stack-spring24/issues/151 and https://github.com/GiPHouse/qbaylogic-clash-based-macipudp-stack-spring24/issues/150

rowanG077 commented 5 months ago

Fixed by https://github.com/GiPHouse/qbaylogic-clash-based-macipudp-stack-spring24/pull/147