-
-
[
C++ Builder]
usb_shexiangtou_driver_XScale.rar
... specified in the wValue field of a
// Clear_Feature or Set_Feature setup packet.
//
#define USB_FEATURE_ENDPOINT_STALL 0x0000
#define USB_FEATURE_REMOTE_WAKEUP 0x0001
#define USB_FEATURE_POWER_D0 0x0002
# ...
-
[
PDF]
QualityofServiceProvisioning.rar
... scarce radio resources. This paper provides an overview of the
CDMA-related QoS provisioning techniques in the avenues of
packet scheduling, power allocation, and network coordination,
summarizes state-of-the-art research results, and identifi es ...
-
-
[
C/C++]
ARP2.rar
Raw Arp Packet Sender
Useful for learn Arp packet
Require Winpcap
-
-
[
C#(.net)]
TracertMap.zip
This utility geo-locates the IP addresses on the path of a network packet in an IP network and displays them on a map.
//Use Maxmind s Getloaction
NodeInfo.LocationService = new Maxmind.NodeInfoLookupService()
//Use HostIP.info s ...
-
-
-
-
[
Unix_Linux]
crc.c.zip
CRC source code for linux environment. CRC for 16 bytes packet. Useful for checking crc of tinyos uart packet.