Skip to content

v1.0.1: SaleaeSocketTransportHLA

Latest
Compare
Choose a tag to compare
@LeonardMH LeonardMH released this 06 May 20:24

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.

This release differs from v1.0.0 only in that it changes the HLA apiVersion from 1.1.0 (which is what Logic auto generated it to be) to 1.0.0 (which is what they actually require to publish to the marketplace).