![ASIX AXM57104 Скачать руководство пользователя страница 40](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937040.webp)
40
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-6 Swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of
high-
level programming languages, it’s use for libyang packet, please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/swig
~#: ./Install.sh (you may need run it as root permission)
Figure 8 - 7
8-3-1-7 Libssh
The libssh is the most important library, all of Netconf server and Netconf client communication each
other always under SSH protect to ensure data security, On Ubuntu 16.04 x64, the libssh already
installed (version 0.6.3), but we need version >=0.6.4, so uninstall old version libssh first, then we install
the new version of libssh, please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/libssh-0.8.5
~#: ./relypackets_Install.sh (you may need run it as root permission)
~#: dpkg -
l | grep libssh* ( please check it’s should not be show any libssh info)
~#: mkdir build && cd build
~#: cmake -DUNIT_TESTING=ON -DCMAKE_INSTALL_PREFIX=/usr -
DCMAKE_BUILD_TYPE=Debug ..
~#: make
~#: sudo make install
~#: sudo ldconfig
Figure 8 - 8