Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 955 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 955 Bytes

Lake Maps NL

Message Schemas

This is a work in progress.

This repository contains the Protocol Buffer schemas for the messages used by Lake Maps' boat control software and Hangashore applications. The schemas here can be used to generate source code in a number of different languages (see https://developers.google.com/protocol-buffers/ for more information).

JavaScript

The JavaScript output of protoc is published on npm as a CommonJS module:

$ npm install @lakemaps/schemas

TypeScript

The @lakemaps/schemas package includes TypeScript definitions created using Angular's Clutz project.

To build the TypeScript definitions from source:

$ build/buildscript
$ npm run build