vda-5050 v0.0.1-schema
VDA 5050 for JavaScript and TypeScript
Table of Contents
Introduction
Under construction!
This package implements the VDA 5050 "Interface for the communication between automated guided vehicles (AGV) and a master control" for JavaScript and TypeScript running in Node.js and modern browsers.
This package also includes professionally designed JSON schemas of the VDA 5050 topic payload definitions. You can convert these schemas to type defintions in various programming languages using the vda-5050-cli tool.
Installation
Install the latest version of this npm package as follows:
npm install vda-5050
This package targets JavaScript/TypeScript projects using ECMAScript version
ES2018
and module format ES2020
. It runs in Node.js v10 or newer and in
modern browsers.
Getting started
Contributing
If you like this package, please consider ★ starring the project on github. Contributions are welcome and appreciated.
The recommended practice described in the contribution guidelines of the Coaty JS framework also applies here.
License
Code and documentation copyright 2020 Siemens AG.
Code is licensed under the MIT License.
Documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
5 years ago