No description
Find a file
2017-01-15 20:22:51 +01:00
apps Added cli multiple callback and expand support. 2017-01-15 20:22:51 +01:00
doc Empty yang type. Relaxed yang types for unions, eg two strings with different length. 2017-01-09 21:26:50 +01:00
docker dual license 2016-12-30 16:14:48 +01:00
etc dual license 2016-12-30 16:14:48 +01:00
example dual license 2016-12-30 16:14:48 +01:00
include dual license 2016-12-30 16:14:48 +01:00
lib Added cli multiple callback and expand support. 2017-01-15 20:22:51 +01:00
test truncate helptext 2016-03-09 21:01:57 +01:00
CHANGELOG Added cli multiple callback and expand support. 2017-01-15 20:22:51 +01:00
clixon.conf.cpp.cpp Added cli multiple callback and expand support. 2017-01-15 20:22:51 +01:00
clixon.mk.cpp dual license 2016-12-30 16:14:48 +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 Added --with-cligen and --with-qdbm configure options; union type check for non-cli (eg xml) input 2017-01-12 08:39:12 +01:00
configure.ac Added --with-cligen and --with-qdbm configure options; union type check for non-cli (eg xml) input 2017-01-12 08:39:12 +01:00
install-sh Inital commit 2016-02-22 22:17:30 +01:00
LICENSE.md dual license 2016-12-30 16:14:48 +01:00
Makefile.in dual license 2016-12-30 16:14:48 +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 dual license 2016-12-30 16:14:48 +01:00

CLIXON

CLIXON is an automatic configuration manager where you from a YANG specification generate interactive CLI, NETCONF, RESTCONF 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 dual license. Either Apache License, Version 2.0 or GNU General Public License Version 2. You choose.

See LICENSE.md for license, CHANGELOG for recent changes.