1 repositorio
Tools for generating source files that bind messages to numeric identifiers for automatic codec recognition.
Distinct from Numeric Message Identifiers: Focuses on the generation of the mapping code/files, not just the runtime dispatching logic.
Explore 1 awesome GitHub repository matching software engineering & architecture · Message Identifier Generators. Refine with filters or upvote what's useful.
Cellnet is a Go networking framework designed for building distributed systems and peer-to-peer networks. It provides a multi-protocol transport layer that standardizes message exchange across TCP, UDP, and WebSockets, utilizing a binary message codec system to map message types to unique identifiers for network transmission. The framework is distinguished by its remote procedure call library, which enables the execution of functions on remote peers using synchronous or asynchronous request patterns. It further differentiates itself with an asynchronous event dispatcher that processes network
Provides tools to generate source files that bind messages to a codec system for automatic network recognition.