Originally posted by Deepak A:
Hello everyone,
I need the java source code implementing CRC16-CCITT encoding.The source i found were all in C or C++. Just wondering whether anyone cud help me in this regard...
Deepak.
CRC algorithms, while tedious to grasp, are very short -- meaning that if you already have a C function that does it, it should be very quick to port it over to Java.
Henry