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

Lake Maps' message schemas

License

Notifications You must be signed in to change notification settings

LakeMaps/schemas

Repository files navigation

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