Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

A pure-python port of inkwave used to debug my Kaitai Struct spec for it !!! Migrated to Codeberg 🏔️ !!!

License

Notifications You must be signed in to change notification settings

KOLANICH-tools/inkwave.py

Repository files navigation

inkwave.py

wheel (GHA via nightly.link) GitHub Actions Libraries.io Status Code style: antiflash

We have moved to https://codeberg.org/KOLANICH-tools/inkwave.py, grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


This is my rewrite of inkwave into Python in order make it easier for me to create and debug a Kaitai Struct spec for wbf format.

inkwave is a command-line utility for converting .wbf to .wrf files and displaying meta-data information from .wbf and .wrf files in a human readable format. See its README for more details.

Limitations of the original inkwave not necessarily (but are likely) apply to this implementation. And limitations of this impl are not necessarily apply to the original inkwave.

Structure of the repo

The repo has 2 branches:

  • master contains the code based on my spec in Kaitai Struct language.
  • ported contains inkwave code manually rewritten from C into Python. It works much faster and with less overhead than the code based on a pure KS-based spec.

Copyrigths, licenses, trademarks and disclaimers

The original inkwave software is licensed under GNU GPL-2.0-only. It is a viral license.

So I am prescribed to license this port under the same license. I would be happy to relicense all of my original contributions to this spec under Unlicense, but it would be illegal without consent of other copyright holders. Licensing this software under GPL is not meant to be interpreted as my approval of so called "intellectual property" system, that must be abolished.

Reversing this format from scratch would have allowed me to use any license I want, but it is orders of magnitude more work, I preferred to rely on an existing working implementation in order to make creating this spec more feasible for me.

Anyway, not all the files of this repo are under GPL. To describe which file has which license we use Debian machine-readable copyright file and reuse tool.

See the dep5 file for the info on:

  • which files are copyrighted by whom and licensed under which licenses;
  • disclaimers ot trademarks and affiliations. The disclaimers have been taken from inkwave repo, but the wording was modified to match this repo too.

Building

  • obtain and install kaitaiStructCompile.py with patch extra.
  • build a wheel: python3 -m build -nwx. kaitaiStructCompile would deals with the rest automatically. It itself would compile the spec into ksy, apply the patches and fix the enums.

Limitations and unsolved mysteries

  • kaitai-io/kaitai_struct#815 . Overcome by fixEnums postprocessor.
  • The spec is currently not expressed entirely in KS, as the original code takes 2 passes, the first pass creates the state (wav_addrs array, you must pass it to eink_wbf::temp_range as a param of type eink_wbf_wav_addrs_collection (see the python file for the example of its impl)) used by the second pass. I don't beleive the format was really designed like that and I feel like it can be possible to get rid of the first pass and express the format entirely in KS, but it has not yet been done.
  • The code within inkwave looks unnecessary complex, and this complexity has been transfered to this spec. I feel like it can be simplified a lot, but it has not yet been done.
  • bits_per_pixel
  • mysterious_offset
  • structure of advanced_wfm_flags is unknown
  • Each waveform segment (WUT?) ends with two bytes that do not appear to be part of the waveform itself. The first is always 0xff and the second is unpredictable. Unfortunately 0xff can occur inside of waveforms as well so it is not useful as an endpoint marker. The last byte might be a sort of checksum but does not appear to be a simple 1-byte sum like other 1-byte checksums used in .wbf files.

Testing

In order to test this implementation (as a part of testing Kaitai-based inkwave impl) one needs

About

A pure-python port of inkwave used to debug my Kaitai Struct spec for it !!! Migrated to Codeberg 🏔️ !!!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published