Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Decoders

Decoders allow translating n-bit signals into nice text representations. They are based on the instruction-decoder crate. To add additional decoders to Surfer, create a decoders directory in Surfer's config directory and add your decoders inside there.

OsPath
Linux~/.config/surfer/decoders/
WindowsC:\Users\<Name>\AppData\Roaming\surfer-project\surfer\config\decoders\
macOS/Users/<Name>/Library/Application Support/org.surfer-project.surfer/decoders/

To add a new decoder, create a subdirectory and add the required toml files. You can also add project-specific decoders to .surfer/decoders directories.