byteseq example demonstrates how to handle sequences of data. It uses
ORBit2 specific function as ORBit_sequence_alloc,
ORBit_sequence_append etc. Please use two terminals, one for server
and one for client.

Compile the programs doing:
bash> make

Start server in first terminal:
bash> ./byteseq-server

Start client in second terminal: 
bash> ./byteseq-client 






