-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does gr-difi work with the Kratos SpectralNet Narrowband (VITA-49) as a source? #12
Comments
I'm pretty sure what Kratos calls VITA-49 is DIFI, it's just the older DIFI 1.0 version. |
Interesting! Thanks for your reply. In my hardware quote, they state the following:
I will ask them to clarify which exact standard is being used. If it is indeed DIFI 1.0 as you suggest, would it then be compatible with your gr-difi block? Thanks! |
Pretty sure it works with both kratos narrowband and wideband, that's why there are parameters like this - https://github.com/DIFI-Consortium/gr-difi/blob/main/grc/difi_sink_cpp.block.yml#L73 but I personally can't verify, they would have to be the ones that verify it will work. It would be nice to have Kratos involved in this out of tree module :) |
Hi @evba0101, I am also currently working with the Kratos SpectralNet Narrowband. At the moment, I can get data from the devices (so if I get data into GNU-Radio with DIFI Source), but I have not yet found a valid configuration for DIFI Sink. Did You find something that worked? @777arc I also trayed context_pack_size with ['72', '108'], but both did not yet work for me (I am currently only getting lots of 'Ignored Packets` but now real data) This Is My current Configuration for the Sink: My working configuration for the Source: What could be interesting is that I am getting for the Source the following Warning:
|
The ignored packets issue is the classic symptom of the MTU not being large enough, so it is blocking data packets, see if that's the problem |
Hi @777arc: I tried the When I communicate with 2 dives, it looks like this as reverence (SpectralNet -> SpectralNet): And I am not creating so mutch data: |
Regarding the For the Sink issue, your params look good, I would leave it at 128 samples per packet. The only things I can think of to try is 1) in the SNNB RF Output tab I think there are settings on the left related to the buffer, it's possible there's too much jitter or delay and the SNNB is ignoring things or 2) instead of standalone mode you can try the other mode, but that's more of a hail mary. |
Hi all,
I hope this is the correct place to ask a question!
Can I use the gr-difi source block to ingest VITA-49 from a Kratos Narrowband SpectralNet? Or do I need to request that the SpectralNet be configured for DIFI rather than VITA-49?
Thanks!
The text was updated successfully, but these errors were encountered: