Closed hwittenborn closed 1 year ago
The snapdrop server cannot serve third-party clients because that caused too much traffic
@RobinLinus I'm doing this all on a third-party instance (see https://github.com/rhino-linux/drop). I just saw that there were some third-party SnapDrop apps, and I was hoping to mimic what they were doing from my client.
I see. The endpoint isn't documented but you can find the client code here: https://github.com/RobinLinus/snapdrop/blob/master/client/scripts/network.js#L25
Sounds good, I'll give that a look. Thanks a ton! :)
I'm wanting to start writing a GTK client for Snapdrop, but I'm lost on how I should connect the client to a Snapdrop server. I know that Snapdrop uses WebRTC, but is there any documentation on what messages should be coming between the client and server?