macOS
brew install libcoaplocal Homebrew formula metadata
brew
libcoap のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libcoaplocal Homebrew formula metadata
sudo apk add libcoapAlpine Linux edge package indexes · libcoap · ソース: dl-cdn.alpinelinux.org
sudo dnf install libcoapFedora Rawhide package metadata · libcoap · ソース: dl.fedoraproject.org
nix profile install nixpkgs#libcoapnixpkgs package indexes · pkgs/by-name/li/libcoap/package.nix · ソース: api.github.com
sudo zypper install libcoap-developenSUSE Tumbleweed package metadata · libcoap-devel · ソース: download.opensuse.org
概要
Lightweight application-protocol for resource-constrained devices
履歴
libcoap is a C implementation of the Constrained Application Protocol, the IETF protocol standardized as RFC 7252 for low-power, lossy, and memory-constrained networks. It gives Unix and embedded developers a reusable CoAP parser, networking layer, examples, and client/server tools.
The repository identifies libcoap as a C implementation of CoAP and carries copyright years beginning in 2010 for Olaf Bergmann and contributors. That places the project in the early CoAP implementation wave before the protocol was published as RFC 7252 in June 2014.
As CoAP grew from a basic REST-like protocol for constrained devices into a family of RFC extensions, libcoap accumulated support for related specifications including group communication, observing resources, block-wise transfers, CoAP over TCP/TLS/WebSockets, OSCORE, hop limit, and echo/request-token processing.
libcoap's adoption follows the embedded and IoT networking ecosystem rather than desktop application culture. Its README names hosted environments including Contiki-NG, Espressif ESP-IDF, LwIP, and RIOT-OS, which explains why package managers ship both library artifacts and tools such as `coap-client`, `coap-server`, and `coap-rd`.
Developers use libcoap to build CoAP clients, servers, resource directories, and test fixtures. Homebrew exposes separate OpenSSL-suffixed tools in addition to the base client, server, and resource-directory commands, making it useful both as a development library and a packet-level debugging utility.
libcoap is package-nerd relevant because it is a small C library sitting at the boundary between standards work and actual device networks. It is the installable thing that turns RFC language about constrained REST into commands a maintainer can run against embedded boards, gateways, and simulators.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
coap-client | cli | グローバル実行可能ファイル | |
coap-client-openssl | cli | グローバル実行可能ファイル | |
coap-rd | cli | グローバル実行可能ファイル | |
coap-rd-openssl | cli | グローバル実行可能ファイル | |
coap-server | cli | グローバル実行可能ファイル | |
coap-server-openssl | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/obgm/libcoap
インストールメタデータ
| パッケージキー | brew:libcoap |
|---|---|
| バージョン | 4.3.5b |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libcoap |
| ホームページ | https://github.com/obgm/libcoap |
| リポジトリ | https://github.com/obgm/libcoap |
| 上流ドキュメント | https://libcoap.net/doc/reference/4.3.5/man_coap.html |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/obgm/libcoap/archive/refs/tags/v4.3.5b.tar.gz |
| 依存関係 | openssl@3 |
| ビルド依存関係 | autoconf, automake, libtool, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libcoap |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libcoap
nix profile install nixpkgs#libcoaplibcoap 4.3.5b-r0
A CoAP (RFC 7252) implementation
sudo apk add libcoaplibcoap-dev 4.3.5b-r0
A CoAP (RFC 7252) implementation (development files)
sudo apk add libcoap-devlibcoap-doc 4.3.5b-r0
A CoAP (RFC 7252) implementation (documentation)
sudo apk add libcoap-doclibcoap 4.3.5b-1.fc45
C library implementation of CoAP
sudo dnf install libcoaplibcoap-devel 4.3.5b-1.fc45
Development package for libcoap
sudo dnf install libcoap-devellibcoap-doc 4.3.5b-1.fc45
Documentation package for libcoap
sudo dnf install libcoap-doclibcoap-utils 4.3.5b-1.fc45
Client and server CoAP utilities
sudo dnf install libcoap-utilslibcoap-devel 4.3.5b-1.2
Development files for libcoap
sudo zypper install libcoap-devellibcoap-utils 4.3.5b-1.2
Utilities for Constrained Application Protocol (CoAP)
sudo zypper install libcoap-utilslibcoap3-3 4.3.5b-1.2
C implementation of Constrained Application Protocol (CoAP)
sudo zypper install libcoap3-3ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.