* Output JSON file for post-processing
* Debug utility for parsing the SCSI data
* Prototype app for parsing scsi captures
* correct arg parsing
* output html
* Cleanupt html output
* Add missing include
* Allow compilation on non-Linux platforms
* Refactored scsimon to be in multiple files
* Refactored away
* Restructured scsimon into smaller pieces
* Added ability to read in pre-generated .json file and re-parse it
* Delete scsiparse.cpp
* Fix argument parsing and code cleanup
* Ran vscode c++ formatting utility
* Restore the -Wno-psabi flag for Linux only
* Address compiler warnings
* Updated to use C++ style ostreams
* Cleanup conversion to c++ style ostreams
* Updated to use ofstream instead of fprintf
* Delete src/raspberrypi/scsimon directory
Co-authored-by: akuker <akuker@gmail.com>
* Removed all BAREMETAL ifdefs
* Cleaned up subfolders
* Fixed regression
* Re-added underscores
* Fixed merge conflicts
* Assume RASCSI is always defined
* Fixed mege issue
* Re-added result message
* Added Devices message to protobuf interface
* Fixed typo
* Fixed include file names
* Updated files to be ignored by git
* Merge with develop branch
* Synchronized output with develop branch
* Fixed missing dependency, causing issues when running "make -j1"
* Fixed handling of connection errors
* Improved protobuf interface upwards compatibility
* Use -g instead of -s, this has less conflict potential with future options
* Made log level options consistent (rascsi and rasctl used a different option)
* #7 Re-merge scsimon functionality with latest master. The old scsimon branch was waaaaay too out of date
* #7 Re-merge scsimon functionality with latest master. The old scsimon branch was waaaaay too out of date
* Added libspdlog-dev as a required package
* Cleanup from master re-base
* Updated to use GCC version 8, to match the raspberry pi
Co-authored-by: akuker <akuker@gmail.com>
* Updated makefile to only rebuild changed files. Also generates dependency listings to check for modified header files
* Updated workflow to archive the generated binaries and build fullspec and standard versions of the app
* Updated to run workflow on all branches
* Create tar file to retain file permissions
* Fix archive path
* Fix typo
* Remove unnecessary git ignore
* Added reference to issue that drives the need for nested compressed files.
Co-authored-by: akuker <akuker@gmail.com>