⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_secure

📁 wifi 无线网络路由协议OLSR linux下C代码
💻
字号:
Secure OLSR 0.4 implementation notes(c)Andreas T鴑nesen 2004This document contains information on how touse the secure OLSR plugin with the UniK olsr daemon.It does _not_ cover secure OLSR protocol issues.Lines starting with '# ' indicates shell commands.NOTES  The plugin interface and olsrd output buffering was  heavily rewritten for the 0.4.8 release. The plugin  should work with this release - but has not been  tested much.COMPILING  To compile simply do:  # make  This compiles the local MD5 function and the plugin has  no external dependencies.  If you want the plugin to use SHA-1 using the openssl libs  do:  # make USE_OPENSSL=1INSTALLING  To install:  # make install  This will run ldconfig to update the dynamic linker.  It might take a while.USAGE  To make olsrd load the secure OLSR plugin add the  following in the olsrd configuration file:LoadPlugin "olsrd_secure.so.0.4"{    PlParam     "Keyfile"   "FILENAME"}  replacing FILENAME with the full path of the file  containing the shared key.  The plugin uses this shared secret key for signature  generation and verification. For nodes to participate   in the OLSR routing domain they need to use the key   used by the other nodes.  The key is 128-bits of size and is read from the  specified file from the config file or by default from:  /etc/olsrd.d/olsrd_secure_key  Copy the key to this file an all nodes. The plugin  will terminate olsrd if this file cannot be found.  Now start olsrd and the let the plugin do its  thing :)- Andreas

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -