@abckey/protocol 中文文档教程

发布于 4年前 浏览 31 项目主页 更新于 3年前

NPM 版本

ABCKEY 和 TREZOR 协议

Javascript

npm i @abckey/protocol

Usage

Protocol

消息以 64 字节的数据包发送。

第一个数据包具有以下结构:

offsetlengthtypecontents
03char[3]'$##' magic constant
32BE uint16_tnumerical types
54BE uint32_tmessage size
955uint8_t[55]first 55 bytes of message encoded in Protocol Buffers (padded with zeroes if shorter)

以下数据包具有以下结构:

offsetlengthtypecontents
01char[1]'$' magic constant
163uint8_t[63]following bytes of message encoded in Protocol Buffers (padded with zeroes if shorter)

License

MIT

NPM version

ABCKEY And TREZOR Protocol

Javascript

npm i @abckey/protocol

Usage

Protocol

Messages are sent in packets of 64 bytes.

First packet has the following structure:

offsetlengthtypecontents
03char[3]'$##' magic constant
32BE uint16_tnumerical types
54BE uint32_tmessage size
955uint8_t[55]first 55 bytes of message encoded in Protocol Buffers (padded with zeroes if shorter)

Following packets has the following structure:

offsetlengthtypecontents
01char[1]'$' magic constant
163uint8_t[63]following bytes of message encoded in Protocol Buffers (padded with zeroes if shorter)

License

MIT

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文