Dev tools and playground for the Bristlemouth open source standard
New decoders can easily be added to the app by submitting a pull request in this repository, following these steps:
- Create a new file under
src/decoders
and export the new decoder. Ensure that your decoder implements theDecoder
interface. You can refer tosrc/decoders/default.ts
as an example - Import and append the new decoder to the
decoders
variable at the end ofsrc/helpers/decoder.ts
file
Once your pull request is merged, your new decoder will become accessible in the drop-down list, just like the existing ones!
bristlemouth-explorer is MIT licensed.