There is an algorithm how to use 23 last bits of multicast IP address into mac address by adding 01-00-5e- to convert it into MAC address.
I know how to do it in C, but need it in java. The C version
uses unsigned int and java does not have it. I implemented it
by using jni.
Is anyone aware about pure java implementation?
Thanks,
Libra
I know how to do it in C, but need it in java. The C version
uses unsigned int and java does not have it. I implemented it
by using jni.
Is anyone aware about pure java implementation?
Thanks,
Libra
Comment