jacdac-cli/README.md

68 строки
2.8 KiB
Markdown
Исходник Обычный вид История

2021-11-13 00:35:11 +03:00
# Jacdac CLI
2021-11-13 00:20:06 +03:00
2021-11-13 00:35:11 +03:00
A command line interface to support various tasks using Jacdac.
2021-11-13 00:20:06 +03:00
2021-11-13 02:36:19 +03:00
**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.
2021-11-13 00:20:06 +03:00
2021-11-13 02:36:19 +03:00
**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.**
2021-11-13 00:35:11 +03:00
2021-11-13 02:36:19 +03:00
This repository contains a command line interface tool for the [Jacdac](https://aka.ms/jacdac) protocol.
2021-11-13 00:35:11 +03:00
2021-11-13 02:36:19 +03:00
- **[Jacdac Protocol Documentation](https://aka.ms/jacdac/)**
- **[CLI Documentation](https://microsoft.github.io/jacdac-docs/clients/cli/)**
- Discussions at https://github.com/microsoft/jacdac/discussions
- Issues are tracked on https://github.com/microsoft/jacdac/issues
2021-11-13 00:35:11 +03:00
2021-11-13 18:54:53 +03:00
The rest of this page is for developers of the `jacdac-ts` library.
2021-11-13 02:36:19 +03:00
## Installation
- Install [nodejs.org](https://nodejs.org/) 14+
2021-11-13 09:39:50 +03:00
- Install the tool globally.
2021-11-13 02:36:19 +03:00
2021-11-13 09:24:47 +03:00
```
npm install -g jacdac-cli
```
2021-11-13 09:41:38 +03:00
## Usage
### `jacdac parse`
2021-11-13 09:32:13 +03:00
Parses a logic analyzer log and replays the packets
```
jacdac parse log.txt
```
2021-11-13 09:41:38 +03:00
### `jacdac devtools`
2021-11-13 09:24:47 +03:00
Starts a local 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.
```
2021-11-13 09:27:22 +03:00
jacdac devtools
2021-11-13 09:24:47 +03:00
```
2021-11-13 00:20:06 +03:00
## Contributing
2021-11-13 02:36:19 +03:00
This project welcomes contributions and suggestions. Most contributions require you to agree to a
2021-11-13 00:20:06 +03:00
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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Trademarks
2021-11-13 02:36:19 +03:00
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
2021-11-13 00:20:06 +03:00
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
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.