-
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
Add a failover if error occurs when push data #23
Comments
At first i liked the idea. But the longer i'm thinking about it, questions are coming up: i mean: If you are doing FT8 with WJST-X, the WSJT-X creates his own ADIF regardless if reporting to UDP (for WLGate) is set nor not. You can simply upload the WSJT-X-ADIF to Wavelog. With it's automatic dupe-check only the new ones are going to be added to Wavelog. Or i am wrong here? |
Thanks for consideration ! Indeed, but :
New idea : maybe just ask for a folder instead a file path, and make error files like : |
Risk that those files are ignored by OP is the same as at WSJT-X. |
I agree, but the case of a down WaveLog server or instable network are exceptions, and user knows where the folder is, the file or folder can be purged after import. Maybe add the feature as optional with a check box to enable it if needed ? Thanks for consideration, |
Hi! First, thanks for WaveLogGate & Wavelog, awesome stack.
Is it possible to add a failover behavor if Internet connection fail or timeout occurs ?
WaveLogGate/main.js
Line 200 in 875e996
WaveLogGate/main.js
Line 207 in 875e996
My idea is simple : write the QSO in a local ADIF file if error, so it'll be easy to import the file when back home.
I can try to implement this but I'm not very used to compiling JS for cross-platform, I use/prefer Golang for this kind of interfaces.
Thanks,
The text was updated successfully, but these errors were encountered: