I have OneDrive set up to share lines/coverage, that seems to work pretty well. It’s been a little bit since I set up one drive and if I recall correctly I couldn’t really have both fields open simultaneously, I had to close the field in one, make the line, then I could open it in the other instance and access the lines. If I tried to have both reading and writing into OneDrive simultaneously and actually tried to access the lines that had been made I had some funky stuff happen.
So I was curious if there was any way possible to have it streaming live between the two or more instances if you were spraying or planting so you could easily see where in the field everyone had been already.
I looked at that, seems like an open source version of Google drive/one drive without the cloud storage. And appears to have the same issues of two instances running in the same field simultaneously.
That would take significant code modifications. AgOpenGPS only reads from the files on startup, and (I think) only writes on shutdown. So you would need to rewrite it to read and write to the file system more often.
Thanks for finding that! That’s the same procedure I have to follow with OneDrive. For any changes to flow across you have to close and reopen the field. Which works fine for sharing ab lines and the end rows. But what I was curious about is if you could have the coverage showing up in real time back and forth between the two instances. Which according to @Davidwedel isn’t possible without code changes!