Hello.
Do I need to activate something for priority or it is built-in in the ibr-dtn software?
Basic priorities are enabled by default. Do you send your priorities in a loop using dtnsend? Do you always use the same endpoint or do you use the automatically generated one?
Does priority have any impact on the bundles storage when the bundles
surpass the limit of storage?
No, storage limits do not consider priorities at the moment. The strategy is drop-tail and all incoming bundles are dropped if the storage is already depleted.
BAB authentication: I’m not able to start BAB authentication in OpenWRT. I’m using the same configurations in all the operative systems and the SecurityKeyManager doesn’t start on openWRT, so it is not a configuration problem but probably it is related with the compilation of IBR-DTN for OpenWRT. I analyzed the source and there are flag/defines “dtnsec” or “WITH_BUNDLE_SECURITY” that just compile the SecurityKey Manager part when the required libraries are available. I already installed more libraries in openwrt virtual machine, where I compile but it’s not working yet. My specifications are the following:
Ok, that you compiled the packages on your own is an important detail. Maybe you missed to enable this feature.
Did you used the recipes located in the repository? https://github.com/ibrdtn/ibrdtn/tree/master/recipes/openwrt
Kind regards, Johannes