This commit is contained in:
pelikhan 2021-11-12 22:32:13 -08:00
Родитель f235a2175a
Коммит 308058b38f
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,15 @@ The rest of this page is for developers of the jacdac-ts library.
npm install -g jacdac-cli
```
## Devtools
## `jacdac parse`
Parses a logic analyzer log and replays the packets
```
jacdac parse log.txt
```
## `jacdac devtools`
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.