sahbot 727601d9c8 [CI] Update changelog for release master_v10.0.3
GitOrigin-RevId: 437758bb3818c073266d908dbeee014650f5d77c
2024-12-19 10:01:01 +00:00
2024-10-11 09:10:18 +00:00
2023-09-28 15:46:25 +00:00

Feed_usp

SoftAtHome feed of Openwrt packages for usp components.

Included components

Feed_usp includes the following components:

Applications

Plugins

  • tr181-uds - TR-181 UnixDomainSockets plugin

Libraries

  • libimtp - libimtp is a library which provides functionality to set up a connection between two internal USP endpoints using a unix domain socket.
  • libusp - libusp can be used for converting USP protobuf messages to ambiorix variants and vice versa.
  • libuspi - libuspi is a common library for setting up and managing IMTP connections
  • libuspprotobuf - This library generates C code from .proto files provided by bbf

Modules

  • mod-amxb-usp - USP backend implementation for amxb
  • mod-usp-cli - CLI module to invoke USP RPCs using an available MTP
  • mod-usp-onboarding - This module handles the typical onboarding procedure of a USP Controller after a first boot

How to add feed_usp to your OpenWrt build

At the root of your OpenWrt tree, add the following to your feeds.conf file:

src-git feed_usp git@gitlab.com:soft.at.home/buildsystems/openwrt/feed_usp.git;main

Add the packages to your OpenWrt instance with the following commands:

./scripts/feeds update feed_usp #retrieve the feed from service/update to latest
./scripts/feeds install -p feed_usp #make all of the feed packages available to the build
Description
No description provided
Readme 812 KiB
Languages
Makefile 96.5%
Shell 3.5%