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

CSV file not writing #1833

Closed
doftheworld opened this issue Sep 20, 2023 · 9 comments
Closed

CSV file not writing #1833

doftheworld opened this issue Sep 20, 2023 · 9 comments

Comments

@doftheworld
Copy link

I am having an issue where the CSV file only writes when the option is turned on, turned off, or I close SDRangel. When I do any of those action, everything waiting is written to the file. The CSV file shows that it is open by SDRangle, just doesn't get updated until one of the actions previously mentioned are performed.

@srcejon
Copy link
Collaborator

srcejon commented Sep 20, 2023

This is probably to be expected, as is usually the case for buffered files. It should also be written when the buffer fills up. What plugin are you using? Why do you need the file contents sooner? What OS?

@doftheworld
Copy link
Author

This is probably to be expected, as is usually the case for buffered files. It should also be written when the buffer fills up. What plugin are you using? Why do you need the file contents sooner? What OS?

This is on windows. The plugin is the Pager Demodulator (I actually thought I was commenting on that plugin's thread). I am using Windows 10. I need the contents almost immediately as the data received includes coordinates that are being plotted on a real-time map. I can use the UDP option, however the CSV file is easier to work with and I already had a Python script that could use the data I needed.

@srcejon
Copy link
Collaborator

srcejon commented Sep 20, 2023

Above patch should flush the log after each message.

What format are the coordinates in your messages? I could probably display them on the SDRangel map.

@doftheworld
Copy link
Author

Above patch should flush the log after each message.

What format are the coordinates in your messages? I could probably display them on the SDRangel map.

Wow thank you so much for the quick patch! I am on a plane at the moment, so I will try it out once I am on the ground and settled. The coordinates show up in the message as LAT:39.12829 LONG:-86.18529. - but don't put any effort into having it show up in the map. I need to be able to access them remotely so having them there wouldn't really be helpful, but thank you for the thought. If you would like, I can share with you the project I'm working on.

@doftheworld
Copy link
Author

Above patch should flush the log after each message.

What format are the coordinates in your messages? I could probably display them on the SDRangel map.

I went to try this out and there isn't a windows version compiled (that I see). I lack the knowledge on compiling source code (although it would be nice to eventually learn). Do you by chance have a compiled version for Windows available? Thanks!

@srcejon
Copy link
Collaborator

srcejon commented Sep 22, 2023

There's a problem with the Windows build at the moment, so will need to wait for that to be fixed first. But when it is, it will appear on the Releases page.

@doftheworld
Copy link
Author

doftheworld commented Sep 22, 2023 via email

@srcejon
Copy link
Collaborator

srcejon commented Sep 22, 2023

Windows build instructions are here: https://github.com/f4exb/sdrangel/wiki/Compile-in-Windows

Copy link

github-actions bot commented Nov 2, 2023

This issue is going to be closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants