← Back to team overview

rohc team mailing list archive

Re: [Question #234822]: How to run and execute the rohc sources

 

Question #234822 on rohc changed:
https://answers.launchpad.net/rohc/+question/234822

    Status: Open => Answered

Didier Barvaux proposed the following answer:
> IP data need to compress and decompress. The packet from the IP,
> how it will link to that .so file. and how the .so file will do the job?
> If i want to send my own data with my own test file. how can i proceed, any suggestion???

Do it like for any other dynamic library. You use the library API in
your application and then link with the library.

See the tutorial for creating a small application using the ROHC compressor or decompressor:
http://rohc-lib.org/wiki/doku.php?id=library-first-application

See also the simple full example located at
examples/simple_rohc_program.c in library sources.

See also the API of the library: http://rohc-lib.org/wiki/doku.php?id
=library-api

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.