Package pl.polsl.rtsa

Class ConsoleTester

java.lang.Object
pl.polsl.rtsa.ConsoleTester

public class ConsoleTester extends Object
A console diagnostic tool for the Signal Analysis hardware.

This tool verifies the connection, performs a handshake, and captures a brief sample of data to ensure the backend logic is functioning correctly.

  • Field Details

    • logger

      private static final org.slf4j.Logger logger
    • dspService

      private static final SignalProcessingService dspService
  • Constructor Details

    • ConsoleTester

      public ConsoleTester()
  • Method Details

    • main

      public static void main(String[] args)
      Main entry point for the diagnostic tool.
      Parameters:
      args - Command line arguments (not used).