Skip to content
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

Message File Sink buffered? #44

Closed
Redferne opened this issue Sep 7, 2017 · 1 comment
Closed

Message File Sink buffered? #44

Redferne opened this issue Sep 7, 2017 · 1 comment

Comments

@Redferne
Copy link

Redferne commented Sep 7, 2017

Having issues with frames not being written to disk. Quite randomly the frame is written when the project is killed in GNURadio. Is this a known issue?

@rpp0
Copy link
Owner

rpp0 commented Sep 7, 2017

Hi, thanks for reaching out. The message_file_sink block was originally intended to be a debugging block that would output the raw I/Q samples to a file. I think you are correct that the frames are being buffered. If you need real-time access to the frame, I would recommend using the message_socket_sink instead. It will send a UDP datagram containing the data to port 40868 immediately after decoding.

@rpp0 rpp0 closed this as completed Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants