New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@mosadd/providers

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mosadd/providers

Provider contracts for mosadd: transport-agnostic interfaces for voice (mTALK PTT floor) and DM delivery. Interfaces only today — vendor adapters land per-provider.

alpha
latest
Source
npmnpm
Version
3.0.0-alpha.27
Version published
Weekly downloads
14
-69.57%
Maintainers
1
Weekly downloads
 
Created
Source

@mosadd/providers

Provider contracts — the transport-agnostic interfaces the m* modules plug their backends into. What ships in this package today:

  • VoiceProvider (src/voice.ts) — the half-duplex mTALK floor-control contract (who holds the walkie-talkie floor, join tickets, PTT press/release). The default network implementation (LiveKit-service media + an authoritative floor table) lives in @mosadd/mcp; a hardware host can inject a radio-backed implementation instead.
  • DmProvider (src/dm.ts) — the DM delivery contract.

Honest status: interfaces only. There are no vendor adapter implementations in this package yet — the mosADD backend today is the Supabase project that @mosadd/mcp talks to (hosted, or your own via BYOK env). Additional pluggable backends are roadmap items, described only when they ship — see docs/roadmap.md.

License

Apache-2.0.

FAQs

Package last updated on 16 Aug 2026

Related posts