Teque5

Results 75 comments of Teque5

I've been working on it for a few hours now, let's see what I can come up with today.

I like this idea and I think it's ready pending (2) items. 1. At least 1 test added to `tests/` mostly just consisting of your example at the top of...

In the name of simplicity I'd prefer to not add a multiple fields to the spec to support additional checksum types if nobody is asking for it. Similarly while NathanW's...

I think the fix for this is to simply change the line ```if this_index

The fix for this maybe should be merged with #174. The validator makes this weird distinction between sections and keys which should be simplified.

Ya either me or someone at my work will submit a PR soon.

Wikipedia editors strike again! [They denied my draft article](https://en.wikipedia.org/wiki/Draft:Signal_Metadata_Format) since apparently the proceedings of the GNU Radio conference are an "unreliable source". Regular wiki nonsense. Maybe someone else can re-write...

I like the idea of adding tags. A few thoughts: - Are we defining a new thing called `segment` that is a portion of capture for the first time? I...

If a thumbnail was included, it seems like it should either be alongside the data like how I do this: - whatever.sigmf-data - whatever.sigmf-meta - whatever.webp (512x512) lossy image Or...

Yes this does not parse because in `sigmf/validate.py` within `match_type` there is no valid type for `dict`. If we ever merge #224 then this will get resolved. #224 allows `list`...