C program for byte stuffing in computer networks | character stuffing

preview_player
Показать описание
C program for byte stuffing in
Computer Networks LAB .
This program involves byte stuffing and destuffing.
it is also called as character stuffing.

Watch more c programs based on computer networks :
Рекомендации по теме
Комментарии
Автор

Error at 4:10. Position when cnt = 2 is 7, when cnt = 3 position is 11. It doesn't affect the code if anyone is wondering.

activelivingchallenger
Автор

The destuffer will not work if the data has x in it. For example if the data was the word "text". We think that x is a flag but really it's not.

activelivingchallenger
Автор

Exactly output not shown
Please give the source code of this program

musarratattar