-
Notifications
You must be signed in to change notification settings - Fork 452
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
Comments
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. |
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. |
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! |
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. |
Okay no problem. I actually took the leap and tried to compile it myself,
but kept getting errors. I will just wait it out then - thank you!
…On Fri, Sep 22, 2023 at 9:41 PM srcejon ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#1833 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZTCTHJF3W4D5TYPOBANLCTX3XSWBANCNFSM6AAAAAA47HBNHU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Windows build instructions are here: https://github.com/f4exb/sdrangel/wiki/Compile-in-Windows |
This issue is going to be closed due to inactivity |
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.
The text was updated successfully, but these errors were encountered: