|
Demo Code
The BTSharp library is as simple as possible, while providing
programmatic access to important events.
If you have questions about BTSharp, they may be addressed in the BTSharp FAQ.
In the following code demonstrations, you can see how easy it is to integrate scalable,
fast, low-cost content distribution into your application:
For a demo application, please download DemoTorrent. (Link coming soon)
Uploading
To transfer a file between two computers, the original content provider must share the
file. You can see the code for this here:

Downloading
To transfer a file between two computers, a peer must download the file. You can
see the code for this here:

Hosting a private tracker for private file transfers
Starting a tracker for your BTSharp services is as easy as 1, 2.

|