No description
Find a file
Olof hagsand 0a812696c2 xmldb
2016-03-07 20:55:55 +01:00
apps xmldb 2016-03-07 20:55:55 +01:00
doc faq docker 2016-02-28 11:02:33 +01:00
docker group 2016-02-28 21:46:53 +01:00
etc renamed .h and libs clicon->clixon 2016-02-28 15:27:36 +01:00
example xmldb 2016-03-07 20:55:55 +01:00
include renamed .h and libs clicon->clixon 2016-02-28 15:27:36 +01:00
lib xmldb 2016-03-07 20:55:55 +01:00
test xmldb 2016-03-07 20:55:55 +01:00
CHANGELOG file rearrangement 2016-02-26 16:05:34 +01:00
clixon.conf.cpp.cpp xmldb 2016-03-07 20:55:55 +01:00
clixon.mk.cpp xmldb 2016-03-07 20:55:55 +01:00
config.guess Inital commit 2016-02-22 22:17:30 +01:00
config.sub Inital commit 2016-02-22 22:17:30 +01:00
configure xmldb 2016-03-07 20:55:55 +01:00
configure.ac xmldb 2016-03-07 20:55:55 +01:00
install-sh Inital commit 2016-02-22 22:17:30 +01:00
LICENSE file rearrangement 2016-02-26 16:05:34 +01:00
Makefile.in distclean 2016-02-28 16:46:49 +01:00
README.develop Inital commit 2016-02-22 22:17:30 +01:00
README.doxygen Inital commit 2016-02-22 22:17:30 +01:00
README.md file rearrangement 2016-02-26 16:05:34 +01:00

CLIXON

CLIXON is an automatic configuration manager where you from a YANG specification generate interactive CLI, NETCONF and embedded databases with transaction support.

CLIXON is a fork of CLICON where legacy key specification has been replaced completely by YANG. This means that legacy CLICON applications such as CLICON/ROST does not run on CLIXON.

Presentations and tutorial is found on the CLICON project page

A typical installation is as follows:

> configure	       	        # Configure clixon to platform
> make                      # Compile
> sudo make install         # Install libs, binaries, and config-files
> sudo make install-include # Install include files (for compiling)

One example applications is provided, the IETF IP YANG datamodel with generated CLI and configuration interface. It all origins from work at KTH

CLIgen is required for building CLIXON. If you need to build and install CLIgen:

git clone https://github.com/olofhagsand/cligen.git
cd cligen; configure; make; make install

CLIXON is covered by GPLv3, and is also available with commercial license.

See LICENSE for license, CHANGELOG for recent changes.