Replies: 1 comment 1 reply
-
you can also use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@arvidn It is very difficult to connect the operation of different network systems.
This is further complicated by different programming languages and of course data transfer protocols.
Therefore, we need a single standard for information transfer between systems.
I think this standard should be the http protocol!
It is the shortest, most common, and simplest. Everyone knows how get requests are organized.
Therefore, further protocol additions should be made by adding a web server to libtorrent that can retrieve data and error codes from third-party systems.
On the libtorrent side, it's necessary to improve the url-seed handling system. To make the library understand http error codes better.
We need an example of a local web server to add our own protocols.
All it's necessary for the programmer to do is to add data transfer functions to the web server. From any other system.
This way it is easier, faster and more efficient to add any protocol to torrents.
Beta Was this translation helpful? Give feedback.
All reactions