ROHC library and qualnet/exata simulators?

Asked by Dipti Chauhan

I am working on Robust Header Compression Mechanism. I would like to implement it on some simulator . Please kindly help me which will be the best simulator for ROHC implementation. And how to start using that. Can I use ROHC in Qualnet or Exata simu
I have gone through the literature survey and and studied ROHC in details.

Question information

Language:
English Edit question
Status:
Expired
For:
rohc Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Didier Barvaux (didier-barvaux) said :
#1

Hello,

I don't know the qualnet or exata simulators, so I'm afraid that I cannot give you advices on simulator choice. You can probably integrate the ROHC library in one those simulators if you can create a simulator "module" that links with an external, dynamic C library. Beside the technical work, don't forget to check whether the simulator and the ROHC licenses are compatibles.

Some links that may interest/help you:
 - tutorial to use the ROHC library: http://rohc-lib.org/wiki/doku.php?id=library-first-application
 - documentation of the API of the ROHC library: http://rohc-lib.org/wiki/doku.php?id=library-first-application
 - the license of the ROHC library: http://bazaar.launchpad.net/~didier-barvaux/rohc/main/view/head:/COPYING

Regards,
Didier

Revision history for this message
Dipti Chauhan (diptichauhan09) said :
#2

Hello
I am a research scholar working in the field of Robust header compression.
The library files of ROHC is available on internet but I dont know from
where to start with. Please can you suggest me to use which simulator to
simulate ROHC and how to use the available header header files in that. I
will be grateful to you.

Thanks & Regards
Dipti Chauhan
Research Scholar
MANIT Bhopal

On Sun, Jan 19, 2014 at 10:46 PM, Didier Barvaux <
<email address hidden>> wrote:

> Your question #242134 on rohc changed:
> https://answers.launchpad.net/rohc/+question/242134
>
> Status: Open => Answered
>
> Didier Barvaux proposed the following answer:
> Hello,
>
> I don't know the qualnet or exata simulators, so I'm afraid that I
> cannot give you advices on simulator choice. You can probably integrate
> the ROHC library in one those simulators if you can create a simulator
> "module" that links with an external, dynamic C library. Beside the
> technical work, don't forget to check whether the simulator and the ROHC
> licenses are compatibles.
>
> Some links that may interest/help you:
> - tutorial to use the ROHC library:
> http://rohc-lib.org/wiki/doku.php?id=library-first-application
> - documentation of the API of the ROHC library:
> http://rohc-lib.org/wiki/doku.php?id=library-first-application
> - the license of the ROHC library:
> http://bazaar.launchpad.net/~didier-barvaux/rohc/main/view/head:/COPYING
>
> Regards,
> Didier
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/rohc/+question/242134/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/rohc/+question/242134
>
> You received this question notification because you asked the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#4

Hello,

> I am a research scholar working in the field of Robust header compression.
> The library files of ROHC is available on internet but I dont know from
> where to start with.

You may start with the following steps:
1/ install the ROHC library:
     http://rohc-lib.org/wiki/doku.php?id=library-install
2/ test the ROHC library with some of the small applications that comes with the library:
     http://rohc-lib.org/support/wiki/doku.php#applications
3/ create your own small application that uses the ROHC library to compress/decompress some of your packets:
     http://rohc-lib.org/presentation/getting-started/
     http://rohc-lib.org/wiki/doku.php?id=library-first-application

If you have questions, check:
 - the FAQ: http://rohc-lib.org/support/mailing-list/
 - the mailing list archives: https://lists.launchpad.net/rohc/
 - the Launchpad answers: https://answers.launchpad.net/rohc

If you didn't find your answer(s), ask it/them on the mailing list:
http://rohc-lib.org/support/mailing-list/

> Please can you suggest me to use which simulator to
> simulate ROHC and how to use the available header header files in that. I
> will be grateful to you.

As said earlier, I cannot suggest you a simulator because I don't use any of them. To learn how to use the library header files, please follow the "getting started" guides:
     http://rohc-lib.org/presentation/getting-started/
     http://rohc-lib.org/wiki/doku.php?id=library-first-application

Regards,
Didier