An open API service indexing awesome lists of open source software.

https://github.com/daellhin/jesd204b-app

Helpers for developping JESD204B devices
https://github.com/daellhin/jesd204b-app

jesd204b

Last synced: 5 months ago
JSON representation

Helpers for developping JESD204B devices

Awesome Lists containing this project

README

          

# JESD204B app
Helpers for developping JESD204B devices.

Currently only includes 8b10b encoder and decoder

![](img/AppView.png)

## Run localy
```bash
npm i # Install dependencies
npm run dev
```