全部搜尋項
bullseye  ] [  bookworm  ] [  trixie  ] [  forky  ] [  sid  ] [  experimental  ]
[ 原始碼: golang-github-mendersoftware-mender-artifact  ]

套件:golang-github-mendersoftware-mender-artifact-dev(4.1.0+ds1-1)

golang-github-mendersoftware-mender-artifact-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 golang-github-mendersoftware-mender-artifact

維護小組:

外部的資源:

相似套件:

試製(Experimental)套件

警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。

Library for managing Mender artifact files

Mender Artifacts Library Mender is an open source over-the-air (OTA) software updater for embedded Linux devices. Mender comprises a client running at the embedded device, as well as a server that manages deployments across many devices.

This repository contains the artifacts library, which is used by the Mender client, command line interface, server and for build integration with the Yocto Project.

The artifacts library makes it easy to programmatically work with a Mender artifact, which is a file that can be recognized by its .mender suffix. Mender artifacts can contain binaries, metadata, checksums, signatures and scripts that are used during a deployment. The artifact format acts as a wrapper, and uses the tar format to bundle several files into one.

In its simplest form, an artifact contains just a rootfs image, along with its checksum, id and device type compatibility.

The artifacts library might also be useful for other updaters or purposes. We are always happy to see other uses of it!

Mender logo Getting started To start using Mender, we recommend that you begin with the Getting started section in the Mender documentation (https://docs.mender.io/). Using the library You can use the parser and reader in go in the standard way:

import (

        "github.com/mendersoftware/mender-artifact/parser"
        "github.com/mendersoftware/mender-artifact/reader"
       )

For sample usage, please see the Mender client source code (https://github.com/mendersoftware/mender).

其他與 golang-github-mendersoftware-mender-artifact-dev 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 golang-github-mendersoftware-mender-artifact-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 111。6 kB3,507。0 kB [檔案列表]