Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
188 views
in Technique[技术] by (71.8m points)

Can you do ROCH and LwIP simulations with OMNET++

I need to run a simulation making use of the Robust Header Compression (ROCH) and Light Weight IP (LwIP) compression standards. From what I can see it does not look like Omnet++ or INET support these compression standards. (LwIP is currently under construction but not available yet.) Does this imply that I am going to have to write the implementations by myself or do you have any advice for me, please?

Kind regards Benjamin

question from:https://stackoverflow.com/questions/65854424/can-you-do-roch-and-lwip-simulations-with-omnet

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I'm not aware of any ROCH implementation in INET, so yes. You may have to do your own implementation. As for the LwIP part. LwIP is an actual (lightweight) implementation of the TCP/IP stack. It's not a compression standard and INET does work with LwIP just fine (by using the LwIP implementation isntead of its own native one). That feature is present in INET for several years now, but it is disabled by default (though you can easily switch on the feature on the project)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...