We have developed a desktop application using Python. The scenario is:
- An internet connection is not available.
- The desktop application would be installed in multiple PCs
- PC1 would enter data to a particular section (other PCs, (like PC2, PC3, etc.) can't input their respective sections unless PC1 enters their respective section).
When PC1 enters data on their section, we want it to be reflected on every other PC that has the desktop application installed.
- How can we sync data within multiple desktop applications where there is no internet connectivity?
- If we can achieve this using a local LAN, then how can we do this?