Skip to content

v1.0.0: SaleaeSocketTransportHLA

Compare
Choose a tag to compare
@LeonardMH LeonardMH released this 06 May 20:18
· 1 commit to main since this release

This is the initial release of the SaleaeSocketTransportHLA, includes support for the following:

  • Streaming raw Saleae AnalyzerFrame data to a chosen socket in JSON format
  • Streaming raw Saleae AnalyzerFrame data to a chosen file, where each data packet is a JSON object.
  • Accepting data from socket to generate AnalyzerFrames for display in Logic 2
    • Currently only supports generating 'text' type frames.
  • An example socketclient.py which can be used as a reference for how to integrate the socket receive/response protocol into your own applications, or used as is and extended through the --responder option.