- Protobuf-based binary TCP socket library - ProtobufClient / ProtobufServer abstract classes with heartbeat - Type-based message routing via Communicator - 4-byte big-endian length-prefixed framing protocol - 8 integration tests (all passing) - PROTOCOL.md wire format specification - VSCode launch.json for test runner Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
256 B
YAML
14 lines
256 B
YAML
name: toki_socket
|
|
description: Multi-language standard socket protocol library. Dart implementation.
|
|
version: 0.1.0
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.2.3 <4.0.0'
|
|
|
|
dependencies:
|
|
protobuf: ^3.1.0
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|