* Use Netatalk 2.x v220101
* Correct removal of existing copy
* Add missing libavahi-client-dev
* Improve cleanup of previous Netatalk installation
* Print out systemd status after starting the services
* Add CUPS installation
* Updating README.md to reflect the changes made to the project file structure
* Added corrections as per comments
Co-authored-by: Nemanja Lukic <nemanja.lukic@forgerock.com>
* 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>
* Trigger installation of the oled monitor script after installing rascsi; break out the token auth code and clarify wordings.
* Better logic for venv cleanup
* Add flask_babel 2.0.0 to requirements
* Partial i18n
* Use current locale for protobuf requests
* Don't store generated messages.pot in git
* Internationalize all python code
* Formatting fixes
* Partial internationalization of html
* Iterate on html i18n
* Completed i18n of code
* Improve i18n of strings
* Blurb about i18n in the readme
* Improve i18n strings
* Add the compiled messages.mo files to .gitignore
* Add complete Swedish localization
* Generate localizations in start.sh
* Only compile messages.mo in start.sh; better sequence
* Fix bug
* Flesh out readme
* Flesh out readme
* Tweak Swedish translations
* Add to readme
* Update Swedish translation
* Add flask_babel 2.0.0 to requirements
* Partial i18n
* Use current locale for protobuf requests
* Don't store generated messages.pot in git
* Internationalize all python code
* Formatting fixes
* Partial internationalization of html
* Iterate on html i18n
* Completed i18n of code
* Improve i18n of strings
* Blurb about i18n in the readme
* Improve i18n strings
* Add the compiled messages.mo files to .gitignore
* Add complete Swedish localization
* Generate localizations in start.sh
* Only compile messages.mo in start.sh; better sequence
* Fix bug
* Flesh out readme
* Flesh out readme
* Tweak Swedish translations