read_me.txt

(0 KB) Pobierz
In order to use RawUDP, extract the RawUDP folder to your compiler's install directory and use 
#include "RawUDP/RawUDP.h" to include it in your project. 

About RawUDP 
-Remember that RawUDP methods take parameters in regular byte order. Don't use htons() or htonl() on parameters. 
-Remember that if you want your packet to get somewhere, you must set it's destination MAC to that of your default gateway. 
 If you don't know how to get that information, you can use the GetDeviceInfo() function and pass the 
 DeviceInfo.GatewayPhysicalAddress to RawUDP.SetDestinationMAC() 

Zgłoś jeśli naruszono regulamin