# tsntool **Repository Path**: mailliw/tsntool ## Basic Information - **Project Name**: tsntool - **Description**: tsntool工具 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-30 - **Last Updated**: 2021-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tsntool is a tool to configure TSN funtionalities in user space. It can be used for TSN endpoint and TSN switch using netlink interface. 1. Libraries requirement Libraries libnl-3.0, libtermcap, libreadline libcjson are needed. 2. How to compile the tsntool: 2.1 Setup cross compile environment 2.2 Compile binary: > source source_arm64.sh > make The tsntool and libtsn.so will be generated.