Feb 12 2014
Byte Stuffing Sender Receiver
This is simple example of byte stuffing sender receiver using Named Pipe in Unix C Programming.
Feb 12 2014
This is simple example of byte stuffing sender receiver using Named Pipe in Unix C Programming.
Jan 25 2014
In a bit-oriented protocol, the data to send is a series of bits. In order to distinguish frames, most protocols use a bit pattern of 8-bit length (01111110) as flag at the beginning and end of each frame. Here also cause the problem of appearance of flag in the data part to deal with this(…)
Jan 21 2014
A named pipe is really just a special kind of file (a FIFO file) on the local hard drive. Unlike a regular file, a FIFO file does not contain any user information. Instead, it allows two or more processes to communicate with each other by reading/writing to/from this file. Creating FIFO File You can create(…)
Receive The Latest Posts Directly To Your Email - It's Free!!