I want to program various methods for sending and receiving messages, like the Hamming algorithm and Cyclic Redundancy Check.
I am trying to program the CRC method on the transmitter end, but I cannot manage to successfully program the polynomial division required. I have tried several solutions.
I am working with a GUI, my question is: how can I manipulate Strings coming from several jTextFields to generate a binary message with the CRC algorithm.