Skip to main content
Glama
N-Erickson

AetherLink SDR MCP

by N-Erickson
base.py461 B
""" Base class for protocol decoders """ from abc import ABC, abstractmethod from typing import Any, Dict, List, Optional class ProtocolDecoder(ABC): """Abstract base class for protocol decoders""" @abstractmethod def decode(self, data: Any) -> Optional[Dict[str, Any]]: """Decode protocol data""" pass @abstractmethod def get_statistics(self) -> Dict[str, Any]: """Get decoder statistics""" pass

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/N-Erickson/AetherLink-SDR-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server