Matt Hite
Matt Hite
> > * Coincidentally that `0x0000 07d2` pattern can also be observed in those FileTransfer responses... > > @MarByteBeep - I think this might be the Denon Stagelinq device initiating...
~Have built a very bare bones go-stagelinq implementation but still struggling to get anything back but an error (which I think might be message id 9) when I try to...
Ok, some background: - The go-stagelinq library very much treats messages read and message writes as distinct and decoupled from each other. Currently it's doesn't try match specific requests (write)...
With regards to the sources response message (message id 0x3), this is kind of interesting: In @icedream's capture, it has an example response with 0x1, 0x1, 0x0 at end: ```...
> > The only thing that jumps out is that the response in @icedream 's capture with 0x1, 0x1, 0x0 is a response with 0 sources. Although in my own...
As usual, thanks for your thoughtful analysis and assessment. It is truly appreciated. My general approach for establishing multiple StateMap connections to multiple devices is to launch a goroutine for...
I've pondered this a bit more and have another approach I'm experimenting with that involves waitgroups. The idea is that when at least one statemap connection goroutine exits, a watchdog...
Interesting to note, both the `JC11` and `OfflineAnalyzer` software on the Prime 4 devices provide the `FileTransfer` service. I don't think SC devices offer an `OfflineAnalyzer` service proper. So this...
> > I don't think SC devices offer an `OfflineAnalyzer` service proper. > > The SC6000s announce two OfflineAnalyzer devices. When I capture traffic between the two players, both OfflineAnalyzers...
> Again this is just speculation, but I think it may be that the track analysis happens on a separate microcontroller, or some partitioned domain on the device. This would...