-
Notifications
You must be signed in to change notification settings - Fork 17
Incoming new device connections are ignored #138
Comments
So the issue is "feature request: add introducer support"? |
Not really. Proper introducer support should perhaps include allowing to mark a device as introducer in Syncthing Lite. IMO that would be the next step, and a separate issue. This issue is strictly about pairing process, i.e.:
Currently it works as expected if device B is a Syncthing Lite instance. But if device A is a Syncthing Lite instance, step 4 never happens. |
Syncthing Lite does not support incoming connections at all (and I'm not sure of any case where incoming connections are useful). But I could think of making it easier to add devices by showing ids from the local network (from the local discovery). |
Here is a usecase for you to consider:
Now, all her computers already know about her Syncthing Lite instance and try to connect to it. Sadly, Syncthing Lite does not support it and ignores them, because only the laptop was explicitly added. Ideally our user would want Syncthing Lite to be able to connect to any of her devices: laptop is not always on, but servers are, and workstations are accessible locally at home and in the office for faster file transfers. Currently, our user needs to add all her computers manually. And even if you do show IDs from local discovery, she would need to go and fetch IDs of her servers from somewhere. A lot of hassle, bad UX. Imagine if ST Lite supported incoming connections. All the user's computers would almost immediately appear as incoming connection offers, and she would only need to touch "accept" button next to each of them. Much less hassle, much better UX. |
Well, in this case, the laptop would introduce the other devices to syncthing lite, so it would be better to just add the introduction support to Syncthing Lite.
I'm not sure if the current implementation does this as good as possible. |
True, that would be even more awesome.
In this issue I rather meant that it already introduces ST Lite to other devices, but they can't make use of this introduction. |
Syncthing Lite just ignores any remote device that try to share folders. This defeats the whole introducer device idea in Syncthing.
The text was updated successfully, but these errors were encountered: