mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
8 lines
319 B
Go
8 lines
319 B
Go
// SPDX-License-Identifier: Apache-2.0
|
|
// Copyright (c) 2024-2026 Quad4.io
|
|
|
|
// Package rnsutil provides shared helpers for Reticulum-Go CLI utilities.
|
|
//
|
|
// Tools speak the shared-instance msgpack RPC protocol, so daemons and
|
|
// clients from different implementations can interoperate on the same host.
|
|
package rnsutil
|