This commit is contained in:
Olof hagsand 2017-05-01 16:50:22 +02:00
parent a285b14222
commit a2c2375b38
6 changed files with 77 additions and 31 deletions

View file

@ -1,15 +1,10 @@
# CLIXON
# Clixon
CLIXON is an automatic configuration manager where you from a YANG
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](http://www.clicon.org)
Presentations and tutorial is found on the [CLICON project page](http://www.clicon.org)
## Installation
@ -20,8 +15,13 @@ A typical installation is as follows:
> 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](http://www.csc.kth.se/~olofh/10G_OSR)
One example applications is provided, a IETF IP YANG datamodel with generated CLI and configuration interface.
## More info
- [Datastore](datastore).
- [Restconf](apps/restconf).
- [Netconf](apps/netconf).
## Dependencies
@ -38,12 +38,13 @@ General Public License Version 2. You choose.
See LICENSE.md for license, CHANGELOG for recent changes.
## Client code
## Related
[CLI](apps/restconf).
[Restconf](apps/restconf).
[Netconf](apps/netconf).
[Netconf](apps/netconf).
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.
Clixon origins from work at [KTH](http://www.csc.kth.se/~olofh/10G_OSR)