clixon/util
Olof hagsand b88722fa25 - Restructure plugin module using a "module struct" rather than global variables.
This include plugin module init and exit functions
  New type: clixon_plugin_t exposed via public API while struct clixon_plugin is private
- Makefile changes for static linkage using "LINKAGE=static"
- Moved nacm external init to later stage in backend_main
2021-04-19 11:06:40 +02:00
..
clixon_netconf_ssh_callhome.c
clixon_netconf_ssh_callhome_client.c
clixon_util_datastore.c
clixon_util_grpc.c
clixon_util_json.c
clixon_util_path.c
clixon_util_regexp.c
clixon_util_socket.c
clixon_util_ssl.c
clixon_util_stream.c
clixon_util_xml.c
clixon_util_xml_mod.c
clixon_util_xpath.c
clixon_util_yang.c
Makefile.in - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
README.md

Clixon utils

This directory contains Clixon utility programs, ie, programs that are good to have for testing, analysis, etc, but not an actual part of delivered code.

Note, streams utility may need: libcurl4-openssl-dev or corresponding.