<_whitenotifier-4>
[scopehal-apps] azonenberg 6b1294c - Merge pull request #817 from fredzo/windows-build-fix-for-spaces Fix for spaces in Windows path
<_whitenotifier-4>
[scopehal] azonenberg 9be72b5 - JitterSpectrumFilter: fixed default voltage range and offset so plot is on screen when it appears. Fixes #809.
<_whitenotifier-4>
[scopehal-apps] lain d49dbc8 - Bump scopehal lib to latest
d1b2 has joined #scopehal
<esden>
ping
<d1b2>
<esden> pong
<esden>
ping-pong
<d1b2>
<azonenberg> Yay irc is back up
azonenberg has quit [Ping timeout: 248 seconds]
azonenberg has joined #scopehal
<d1b2>
<rapzak_> Is any aware of a device/scope there is sending the data to the PC/uart channel "interleaved" for 4channels... like CH1 SAMPLE#1 - CH2 SAMPLE#1 instead all data for 1 channel at a time? to copy software from 😉
<d1b2>
<azonenberg> Not that I've ever seen. This is super inefficient since ngscopeclient and probably most other tools want the data in a flat buffer for each channel
<d1b2>
<azonenberg> so you'd have to unpack it at the other end
<d1b2>
<rapzak_> That need to work 😉 Is "bool WattWaveX4::AcquireData()" blocking the software or running own thread?
<d1b2>
<rapzak_> since my device in princible do not have any ram...
<d1b2>
<david.rysk> I haven't done it yet, I can poke at it, is there a date we want to target? if 0.1 is meant for developers I think we can delay it, otherwise... well this affects search paths etc
<d1b2>
<azonenberg> AcquireData is running in a dedicated thread for each instrument
<d1b2>
<azonenberg> the original target was end of 2024 lol
<d1b2>
<azonenberg> the plan was to get 0.1 out the door as a first official release as soon as we've fixed major packaging and portability issues, then 0.2 with more improvements some time before the kickstarter units ship
<d1b2>
<azonenberg> ideally, have 0.2 out for the early adopter developer kickstarter units and use feedback from those to get 0.3 released before the volume run
<d1b2>
<azonenberg> (thunderscope, being the first product depending totally on ngscopeclient, is kinda driving the release timeline at this stage)
Stephie- has quit [Read error: Connection reset by peer]
Stephie has joined #scopehal
<d1b2>
<rapzak_> Any reason the selected samplerate is not written in the box so it is visible - and is it correct it is not, or am i missing some implementation?