@crispyoz I would like to share a complete overview of what I am working on so that you can better understand my goals and provide guidance. I have a study project involves three main steps:
- Running OLSR on multiple devices: I aim to set up OLSR on five devices and enable message exchange between them using the protocol. I need to observe these messages in any possible way to verify the protocol's functionality.
2.Analyzing results and modifying OLSR settings: After recording the initial results, I plan to change the OLSR configuration settings and examine their impact on the network behavior. I have learned that the configuration file located at (/etc/config/olsrd2) can be used for this purpose.
3.Understanding the OLSR source code: Once the first two steps are successfully completed, the next phase involves exploring the protocol's source code, understanding its classes, and analyzing its implementation. The goal is to extract a methodology from this analysis to aid in designing and implementing other similar routing protocols.