chilli_opt − Configuration utility for CoovaChilli
chilli_opt <chilli-options>
chilli_opt is a utility to configure a chilli server. The utility take all the arguments of CoovaChilli, parses the configuration file, and then write out the configuration into a binary form ready for a running chilli server to pick up and use (without delay).
This utilitiy is executed by chilli from a forked process to off-line the processing of the configuration, including waiting for any DNS resolution, etc. When chilli_opt is done processing the configuration, it writes it to a binary format (and system architecture depended) file. When executed by chilli the binary file used is config.bin found in a process specific directory in the temporary file system, such as /tmp/chilli-1000/config.bin where 1000 is the process id of the running chilli server.
# chilli_opt --version
# chilli_opt -b /tmp/chilli-[pid]/config.bin -r
chilli(8) chilli.conf(5)
See http://coova.github.io/ for further documentation and community support.
David Bird <[email protected]>
Copyright (C) 2006-2012 David Bird (Coova Technologies) All rights reserved.
CoovaChilli is licensed under the GNU General Public License.