JSPM

  • Created
  • Published
  • Downloads 12362
  • Score
    100M100P100Q130623F
  • License MIT

A simple yet powerful way to define binary protocols

Package Exports

  • protodef

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (protodef) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ProtoDef

NPM version Join the chat at https://gitter.im/ProtoDef-io/node-protodef Build Status Tonic

This is a node.js module to simplify defining, reading and writing binary blobs, whether they be internet protocols or files.

Installing

npm install ProtoDef

Usage

See example

Documentation

See the language independent ProtoDef specification.

  • api.md documents the exposed functions and classes
  • datatypes.md documents the default datatypes provided by Protodef.
  • newDatatypes.md explains how to create new datatypes for protodef
  • history.md is the releases history

Projects Using ProtoDef