Command line interface for Jacdac
Перейти к файлу
semantic-release-bot 75b94e7b58 chore(release): 1.3.2 [skip ci]
## [1.3.2](https://github.com/microsoft/jacdac-cli/compare/v1.3.1...v1.3.2) (2022-02-11)
2022-02-11 13:17:48 +00:00
.github/workflows feat: node rpi demo (#3) 2022-01-26 10:00:20 -08:00
src patch: updated node-spi 2022-02-10 22:12:45 -08:00
.eslintrc.js fix lint 2021-11-12 14:25:36 -08:00
.gitignore Initial commit 2021-11-12 21:20:01 +00:00
.prettierrc missing config files 2021-11-12 13:49:31 -08:00
.releaserc.json missing config files 2021-11-12 13:49:31 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-11-12 13:20:05 -08:00
LICENSE LICENSE committed 2021-11-12 13:20:06 -08:00
README.md feat: support for codespaces 2021-11-19 23:33:43 +00:00
SECURITY.md SECURITY.md committed 2021-11-12 13:20:07 -08:00
SUPPORT.md initial drop 2021-11-12 13:35:11 -08:00
jacdac patch: fix cli 2021-11-12 22:36:51 -08:00
package.json chore(release): 1.3.2 [skip ci] 2022-02-11 13:17:48 +00:00
yarn.lock updated yarn.lock 2022-02-11 05:16:39 -08:00

README.md

Jacdac CLI

A command line interface to support various tasks using Jacdac.

Jacdac is a plug-and-play hardware/software stack for microcontrollers and their peripherals (sensors/actuators), with applications to rapid prototyping, making, and physical computing.

Partner Preview: Jacdac is currently in preview. If you would like to join as a pre-release test partner, please email jacdac-tap@microsoft.com.

This repository contains a command line interface tool for the Jacdac protocol.

The rest of this page is for developers of the jacdac-ts library.

Installation

  • Install nodejs.org 14+
  • Install the tool globally.
npm install -g jacdac-cli

Usage

jacdac parse

Parses a logic analyzer log and replays the packets

jacdac parse log.txt

jacdac devtools

Starts a websocket server that acts as a bridge between a web dashboard and a client implementation. This allows to test a native client using the latest version of the web developer tools. This command will work in GitHub codespaces.

jacdac devtools

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.