0.0.3 • Published 6 years ago

@abckey/proto v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

abckey-proto

NPM version

ABCKEY Protocol Buffers.

Install

npm i @abckey/proto

Usage

npm run build

protobuf.js

Protocol

Messages are sent in packets of 64 bytes.

First packet has the following structure:

offsetlengthtypecontents
03char3'$##' magic constant
32BE uint16_tnumerical types
54BE uint32_tmessage size
955uint8_t55first 55 bytes of message encoded in Protocol Buffers (padded with zeroes if shorter)

Following packets has the following structure:

offsetlengthtypecontents
01char1'$' magic constant
163uint8_t63following bytes of message encoded in Protocol Buffers (padded with zeroes if shorter)

License

MIT

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago