Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAddition of CRC #684
Addition of CRC #684
Conversation
Implementation of an CRC Algorithm, used in order to examine already received packets/messages.
Implementation of a CRC algorithm, used in order to examine received messages/packets for any errors. This type of algorithms, is widely used in networks.
Implementation of a CRC algorithm, widely used in networks, for received packets(/messages) examination in order to find any faults.