Replies: 4 comments 3 replies
-
Hi, 73 de LB2EG Richard |
Beta Was this translation helpful? Give feedback.
-
yes, I know this approach mainly from CQRLog because I originally used CQRLog. This approach has several advantages but also several disadvantages. These disadvantages and the other things, especially the CQRLog development cycle, are responsible for why I do QLog Advantages:
Disadvantages:
SQLite database was originally chosen for QLog, which I think was a good choice for this type of application. Yes, I know SQLite has also significant disadvantages. But it has significant advantages.
Currently, I have no plan to implement a "remote" database for QLog. I would like to fully concentrate on how to synchronize the QLog database without the need to have a central point. It is really a considerable challenge and it is hard to say whether it will be successful. |
Beta Was this translation helpful? Give feedback.
-
Hi Ladislav, If this i true, you could have a main Qlog program as today, that reads and writes to the log database. Then you have a slave version of Qlog, with independent set up files, that reads the main log database, but does not write to the log database. Instead it sends new log data with UDP to the main QLog program, or writes new log data to an ASCII ADIF file which the main program reads and writes changes to the log database. The slave instance of Qlog must be setup to read and update the wiew of the main log as soon as log data is applied to the main log database. What say? 73 de LB2EG Richard |
Beta Was this translation helpful? Give feedback.
-
Late to the Party, but here are my 2 cents: |
Beta Was this translation helpful? Give feedback.
-
Q: Is it possible to synchronize different QLog instances?
A: Unfortunately, it is not possible at the moment. Currently, the only way to achieve this is through the use of Export/Import.
However, this is something I've been analyzing. It is definitely at the top of my priorities, but this task is a bit more complex than it may seem. Hopefully, in the near future, the first step towards addressing this challenge will be introduced.
Beta Was this translation helpful? Give feedback.
All reactions