shsp_interfaces 1.0.0
shsp_interfaces: ^1.0.0 copied to clipboard
Abstract interfaces and contracts for Single HandShake Protocol (SHSP) implementations - defines the core API for peer-to-peer networking.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-01-08 #
Added #
- Initial release of SHSP Interfaces package
IShspSocketinterface for socket implementationsIShspPeerinterface for peer managementIShspInstanceinterface for protocol instancesIShspcore protocol interfaceIShspHandshakeandIShspHandshakeHandlerinterfaces for handshake management- Complete API contracts for Single HandShake Protocol implementations
Features #
- Abstract interfaces defining the core SHSP API
- Type-safe contracts for all protocol components
- Comprehensive documentation for implementers
- Dependency on shsp_types for shared type definitions