![ASIX AXM57104 User Manual Download Page 42](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937042.webp)
42
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
8-3-1-9 Libnetconf2
The libnetconf2 is a NETCONF library in C handling NETCONF authentication and all NETCONF RPC
communication both server and client-side, please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/libnetconf2-0.12-r1
~#: mkdir build && cd build
~#: cmake -DENABLE_TLS=ON -DENABLE_SSH=ON ..
~#: make
~#: sudo make install
Figure 8 - 10