📄 readme_mini
字号:
---------------------------------------------------------------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -