Skip to content

Add decoder name and version at the metadata

Manolis Surligas requested to merge surligas/gr-satnogs:decoders-meta into master

Add decoder name and version at the metadata. For example:

{
	"corrected_bits" : 0,
	"crc_valid" : true,
	"decoder_name" : "ax100_mode5",
	"decoder_version" : "1.0",
	"pdu" : "i9BTAAA=",
	"time" : "2020-04-07T23:18:55.871754Z"
}

This will enable in the future to discriminate between frames originating from different decoders used at the same pass, or using the versioning to handle properly in the satnogs-decoders any variations of the decoded data frame.

Signed-off-by: Manolis Surligas surligas@gmail.com

Merge request reports