基本信息
源码名称:BitTorrent python源码
源码大小:0.32M
文件格式:.gz
开发语言:Python
更新时间:2023-04-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
BitTorrent的python源码,极为经典 学习python网络编程的最佳实例
文件清单
└── BitTorrent-4.1.2
├── BitTorrent
│ ├── bencode.py
│ ├── bitfield.py
│ ├── btformats.py
│ ├── Choker.py
│ ├── ClientIdentifier.py
│ ├── configfile.py
│ ├── Connecter.py
│ ├── controlsocket.py
│ ├── ConvertedMetainfo.py
│ ├── CurrentRateMeasure.py
│ ├── defaultargs.py
│ ├── Desktop.py
│ ├── DownloaderFeedback.py
│ ├── Downloader.py
│ ├── download.py
│ ├── Encoder.py
│ ├── GUI.py
│ ├── HTTPHandler.py
│ ├── __init__.py
│ ├── launchmanycore.py
│ ├── makemetafile.py
│ ├── NatCheck.py
│ ├── obsoletepythonsupport.py
│ ├── OpenPath.py
│ ├── parseargs.py
│ ├── parsedir.py
│ ├── PiecePicker.py
│ ├── platform.py
│ ├── RateLimiter.py
│ ├── RateMeasure.py
│ ├── RawServer.py
│ ├── Rerequester.py
│ ├── selectpoll.py
│ ├── Storage.py
│ ├── StorageWrapper.py
│ ├── TorrentQueue.py
│ ├── track.py
│ ├── Uploader.py
│ └── zurllib.py
├── bittorrent.nsi
├── btdownloadcurses.py
├── btdownloadgui.py
├── btdownloadheadless.py
├── btlaunchmanycurses.py
├── btlaunchmany.py
├── btmaketorrentgui.py
├── btmaketorrent.py
├── btreannounce.py
├── btrename.py
├── btshowmetainfo.py
├── bttrack.py
├── build.bat
├── BUILD.windows.txt
├── credits.txt
├── images
│ ├── bittorrent.ico
│ ├── broken.png
│ ├── finished.png
│ ├── info.png
│ ├── logo
│ │ ├── bittorrent_32.png
│ │ └── bittorrent_96.png
│ ├── paused.png
│ ├── pause.png
│ ├── play.png
│ ├── queued.png
│ ├── remove.png
│ └── running.png
├── INSTALL.unix.txt
├── khashmir
│ ├── actions.py
│ ├── cache.py
│ ├── const.py
│ ├── defer.py
│ ├── __init__.py
│ ├── inserter.py
│ ├── khashmir.py
│ ├── khash.py
│ ├── knet.py
│ ├── knode.py
│ ├── KRateLimiter.py
│ ├── krpc.py
│ ├── kstore.py
│ ├── ktable.py
│ ├── node.py
│ ├── setup.py
│ ├── test_khashmir.py
│ ├── test_krpc.py
│ ├── test_kstore.py
│ ├── test.py
│ ├── unet.py
│ ├── util.py
│ └── utkhashmir.py
├── LICENSE.txt
├── locale
│ ├── fr
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ ├── he_IL
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ ├── it
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ ├── no
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ └── pt_BR
│ └── LC_MESSAGES
│ ├── bittorrent.mo
│ └── bittorrent.po
├── makei18n.sh
├── PKG-INFO
├── README.txt
├── redirdonate.html
├── setup.py
├── test
│ └── test_ClientIdentifier.py
├── TRACKERLESS.txt
└── winsetup.py
17 directories, 109 files
BitTorrent的python源码,极为经典 学习python网络编程的最佳实例
文件清单
└── BitTorrent-4.1.2
├── BitTorrent
│ ├── bencode.py
│ ├── bitfield.py
│ ├── btformats.py
│ ├── Choker.py
│ ├── ClientIdentifier.py
│ ├── configfile.py
│ ├── Connecter.py
│ ├── controlsocket.py
│ ├── ConvertedMetainfo.py
│ ├── CurrentRateMeasure.py
│ ├── defaultargs.py
│ ├── Desktop.py
│ ├── DownloaderFeedback.py
│ ├── Downloader.py
│ ├── download.py
│ ├── Encoder.py
│ ├── GUI.py
│ ├── HTTPHandler.py
│ ├── __init__.py
│ ├── launchmanycore.py
│ ├── makemetafile.py
│ ├── NatCheck.py
│ ├── obsoletepythonsupport.py
│ ├── OpenPath.py
│ ├── parseargs.py
│ ├── parsedir.py
│ ├── PiecePicker.py
│ ├── platform.py
│ ├── RateLimiter.py
│ ├── RateMeasure.py
│ ├── RawServer.py
│ ├── Rerequester.py
│ ├── selectpoll.py
│ ├── Storage.py
│ ├── StorageWrapper.py
│ ├── TorrentQueue.py
│ ├── track.py
│ ├── Uploader.py
│ └── zurllib.py
├── bittorrent.nsi
├── btdownloadcurses.py
├── btdownloadgui.py
├── btdownloadheadless.py
├── btlaunchmanycurses.py
├── btlaunchmany.py
├── btmaketorrentgui.py
├── btmaketorrent.py
├── btreannounce.py
├── btrename.py
├── btshowmetainfo.py
├── bttrack.py
├── build.bat
├── BUILD.windows.txt
├── credits.txt
├── images
│ ├── bittorrent.ico
│ ├── broken.png
│ ├── finished.png
│ ├── info.png
│ ├── logo
│ │ ├── bittorrent_32.png
│ │ └── bittorrent_96.png
│ ├── paused.png
│ ├── pause.png
│ ├── play.png
│ ├── queued.png
│ ├── remove.png
│ └── running.png
├── INSTALL.unix.txt
├── khashmir
│ ├── actions.py
│ ├── cache.py
│ ├── const.py
│ ├── defer.py
│ ├── __init__.py
│ ├── inserter.py
│ ├── khashmir.py
│ ├── khash.py
│ ├── knet.py
│ ├── knode.py
│ ├── KRateLimiter.py
│ ├── krpc.py
│ ├── kstore.py
│ ├── ktable.py
│ ├── node.py
│ ├── setup.py
│ ├── test_khashmir.py
│ ├── test_krpc.py
│ ├── test_kstore.py
│ ├── test.py
│ ├── unet.py
│ ├── util.py
│ └── utkhashmir.py
├── LICENSE.txt
├── locale
│ ├── fr
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ ├── he_IL
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ ├── it
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ ├── no
│ │ └── LC_MESSAGES
│ │ ├── bittorrent.mo
│ │ └── bittorrent.po
│ └── pt_BR
│ └── LC_MESSAGES
│ ├── bittorrent.mo
│ └── bittorrent.po
├── makei18n.sh
├── PKG-INFO
├── README.txt
├── redirdonate.html
├── setup.py
├── test
│ └── test_ClientIdentifier.py
├── TRACKERLESS.txt
└── winsetup.py
17 directories, 109 files