Post #3163630
2026-03-02 02:27 UTC
@spudly@social.murf.org I worked out why the JSON looks mangled. It's cursed:
DNS-SD TXT records are optionally KEY=VALUE pairs. But Fronius want to pack a JSON object in there instead for some reason, and there's a length limit on each TXT record.
So the format Fronius picked for TXT records is:
00={
01=}\n
avahi-resolve reasonably prints the TXT records in an arbitrary order, which is why it looks like the output got mangled. 😆
Replies (1)
-
@deepfryed@fosstodon.org 2026-03-02 06:27
@projectgus@aus.social @spudly@social.murf.org add a constraint and someone always finds a shitty workaround for it.