|
|
|
|
|
by aroch
4569 days ago
|
|
BTSync is the obvious "Duh!" answer. Since its UDP traffic, controlled by DHT (so long as you disable their central tracker in your conf) and updates on the fly. What I wind up doing (since I don't trust BTsync) is using inotify to watch the sync directory + mktorrent to create a new torrent on file change + pypush to push the new .torrent to various servers |
|
What I'm trying to do is to basically embed the magnet link in my program and sort of having it self check itself for updates. It that makes sense :)