readme_mini

来自「wifi 无线网络路由协议OLSR linux下C代码」· 代码 · 共 37 行

TXT
37
字号
---------------------------------------------------------------------MINI PLUGIN FOR OLSRDby Bruno Randolf <bruno.randolf@4g-systems.biz>---------------------------------------------------------------------This is a minimal example plugin to demonstrate the functions a pluginmust implement. It documents the minimal requirements for the newplugin interface and is a good start for creating new plugins and testing the plugin loader.This plugin does nothing, except printing messages when it is loadedand unloaded.---------------------------------------------------------------------PLUGIN PARAMETERS (PlParam)---------------------------------------------------------------------PlParam "test" "anything"	just for a test: print the parameter.---------------------------------------------------------------------SAMPLE CONFIG---------------------------------------------------------------------add in /etc/olsrd.conf:LoadPlugin "olsrd_mini.so.0.1"{	PlParam "test" "hello"}---------------------------------------------------------------------EOF / 26.05.2005

⌨️ 快捷键说明

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