Skip to content

Latest commit

 

History

History
77 lines (65 loc) · 5.49 KB

community-shared-protocols.md

File metadata and controls

77 lines (65 loc) · 5.49 KB

Community Shared Analyzers

The following analyzers are not officially supported by Saleae, but instead, were kindly shared by our community of users. Please contact us if you need any help. Also, If you have your own analyzer you would like to see featured here, let us know!

Community Shared Low Level Analyzers (LLAs)

Installing a Low Level Analyzer

The instructions for installing an analyzer is described in the article below.

{% content-ref url="../faq/technical-faq/setting-up-developer-directory.md" %} setting-up-developer-directory.md {% endcontent-ref %}

In case the library file (.dll, .so, or .dylib depending on your OS) is not provided in the respective GitHub repository, then you will need to build it.

Building the Analyzer

Some of the community analyzers listed above are distributed as source code (not including the required library file) and will require our Protocol Analyzer SDK in the article below to compile it and build the appropriate library file for that analyzer.

{% content-ref url="../saleae-api-and-sdk/protocol-analyzer-sdk/" %} protocol-analyzer-sdk {% endcontent-ref %}

Community Shared Protocol Tools