this post was submitted on 06 Mar 2025
102 points (99.0% liked)

Open Source

34045 readers
148 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Is there some project that the opensource world is missing that you think it needs?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 day ago (3 children)

Perfect, it looks like the thing I want. Hopefully it can do multiple devices in different networks. I'll test it out when I can.

Thank you :)

[–] [email protected] 1 points 3 hours ago

Yep it can! :)

[–] 0101100101 3 points 1 day ago* (last edited 1 day ago)

It's awesome that more people are discovering new useful software through answering here!

[–] [email protected] 2 points 1 day ago (1 children)

No problem! I personally use syncthing to keep my password database synced between my phone, laptop, and desktop. As well as to keep some important files backed up between different devices that way if my hdd or something happens to one of the devices I have backup on the other ones.

[–] 0101100101 2 points 1 day ago (1 children)

Would you be able to trigger it using something like nfc actions, so you'd only have to swipe an nfc tag and it'd start copying automatically? In which case, a few cheap nfc stickers from china, throw them about the house / apt and then carry on with your life.

[–] [email protected] 2 points 1 day ago (1 children)

Probably? I just have it setup to always be running in the background on my devices. So if it detects a file change to my sync folder that gets sent to all other devices currently connected. I use global sync so as long as the device has an internet connection or is on the same local network it should be able to sync.

There is an API to interface with syncthing daemon running on your computer https://docs.syncthing.net/dev/rest.html so if you wrote a program to track the nfc action and interface with that API I think you probably could.

[–] 0101100101 2 points 1 day ago

Ah well in that case it wouldn't be needed because as soon as it's in range of the local network would be easier than taking the trouble of using nfc!