0

I got a problem there with which you can hopefully help me. I need to programm a TCP Client and Server using asio http://think-async.com/ and streambased in-output. However I also need to error check using two dimensional parity bits (DATA,ACK,NAK) and I have no single idea how to do this.

Hopefully you can help me.

Patrick
  • 123
  • 2
  • 10
  • Start with something simple like "Send number - Receive character" client-server application. Once you'll get into trouble, post a concrete question. –  Mar 29 '16 at 10:37
  • I have no problem with programming the client /server application. My problem is that I don't know how to error check with two dimensional parity bits. – Patrick Mar 29 '16 at 11:10
  • You dont need this. TCP stream cannot be delivered corrupted since it have few levels of CRC checking. – Galimov Albert Mar 29 '16 at 16:30
  • TCP doesnt need it, ok i got this. However, I have to check it since i have to produce errors randomly in the stream. So the question is: How do i add random errors in the stream and how do i check for them? – Patrick Mar 29 '16 at 17:53

0 Answers0