• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D11-Aug-201928 33

MakefileH A D11-Aug-20193 KiB11343

READMEH A D11-Aug-2019443 2312

cfgfile_gen.cH A D11-Aug-201948 KiB1,2301,136

local.mkH A D03-May-20223.6 KiB8530

olsrd_cfgparser.defH A D11-Aug-2019222 1312

olsrd_conf.cH A D11-Aug-201946.6 KiB1,5371,114

olsrd_conf.hH A D11-Aug-20192.6 KiB8219

olsrd_conf_checksum.cH A D11-Aug-20193.4 KiB11148

olsrd_conf_checksum.hH A D11-Aug-20192.5 KiB7015

oparse.yH A D11-Aug-201941.3 KiB1,7881,456

oscan.lexH A D11-Aug-201917.2 KiB803638

README

1
2TODO..
3
4The configparser can be built in three ways.
5
61. As part of olsrd. This is done when building olsrd.
7
82. As a binary executable. Just do 'make' in the current
9   directory(src/cfgparser). The binary will be called
10   olsrd_cfgparser
11
123. As a shared library. Do 'make MAKELIB=1' in the current
13   directory(src/cfgparser).
14
15
16the parser can both parse configfiles and write such files
17based on provided data.
18
19More to come.
20
21
22- Andreas
23