lbry-sdk/lbrynet/core
Jack 441d3c1220 LBRYNet daemon
Adds a daemon for lbrynet. Currently commands are limited the following:

download_name(name)
resolve_name(name)
get_downloads
stop

This allows other programs to easily interact with lbrynet, such as
LBRYURIHandler. LBRYURIHandler can be built with py2app, the resulting
plist file must be edited in the same way the committed plist file has
been edited. When built and installed to the /Applications folder
lbry:// domain names will download and open the corresponding file so
long as the daemon is running.
2015-12-06 17:32:17 -05:00
..
client LBRYNet daemon 2015-12-06 17:32:17 -05:00
server Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
__init__.py initial commit 2015-08-20 11:27:15 -04:00
BlobInfo.py initial commit 2015-08-20 11:27:15 -04:00
BlobManager.py shut down session last, actually save LBRY file metadata 2015-09-15 00:30:49 -04:00
cryptoutils.py initial commit 2015-08-20 11:27:15 -04:00
DownloadOption.py change the console ui to command based rather than option based 2015-10-15 14:12:22 -04:00
Error.py Fix how some errors are presented to the user 2015-09-16 16:27:46 -04:00
HashAnnouncer.py initial commit 2015-08-20 11:27:15 -04:00
HashBlob.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
LBRYcrdWallet.py Update from master and fix a path problem 2015-12-03 20:56:56 -05:00
PaymentRateManager.py initial commit 2015-08-20 11:27:15 -04:00
Peer.py initial commit 2015-08-20 11:27:15 -04:00
PeerFinder.py initial commit 2015-08-20 11:27:15 -04:00
PeerManager.py initial commit 2015-08-20 11:27:15 -04:00
PTCWallet.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
RateLimiter.py initial commit 2015-08-20 11:27:15 -04:00
Session.py Update from master and fix a path problem 2015-12-03 20:56:56 -05:00
sqlite_helpers.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
StreamCreator.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
StreamDescriptor.py make class to encompass stream metadata 2015-09-21 22:06:04 -04:00
utils.py initial commit 2015-08-20 11:27:15 -04:00