
Andreas Kretzer
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Andreas Kretzer-
Andreas Kretzer created a post,
UDP Multicast MAC
This is a patch to FreeRTOS_ARP.c for handling the special MAC-Addresses for IPv4 Multicast Addresses using the assigned MAC 01-00-5E-00-00-00 with the least 23 bits copied from the 23 LSBs of the ...
-
Andreas Kretzer created a post,
Sending Multicast UDP
When sending a multicast packet, you should use a specific multicast MAC (not from a real host). There is a reserved range of MACs for this purpose: 01-00-5E-00-00-00 with the least 23 bits set to ...