Skip to content

Rubyko/RaptorQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaptorQ

You can use the library as follows:

  1. Add the header file rq.h to your project;

  2. In the rq.h there are only two functions are available for the users:

create_encoding_packet_producer and create_encoding_packet_consumer

  1. To generate the packets you use packet_producer class with its relevant method: produce

  2. To consume the packets you use packet_consumer class with its relevant method: consume

  3. Check if the data is decoded using is_data_ready() method

  4. get your data by providing iterators using get_data method.

PLEASE LOOK AT THE COMPETE.CPP IN TEST FOLDER FOR MORE INFORMATION

ALSO, IS THERE SOMEONE WHO WANTS TO CONTRIBUTE TO THIS PROJECT ? I WOULD REALLY APPRECIATE ANY HELP.

Releases

No releases published

Packages

No packages published