lbry-sdk/lbrynet
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
..
core LBRYNet daemon 2015-12-06 17:32:17 -05:00
cryptstream better error messages in console when funds are exhausted 2015-09-17 01:43:41 -04:00
db_migrator Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
dht fix typo and formatting errors, stop console's shutdown from running twice on exit, give more informative message if ports can't be bound, only set upnp if there isn't already a redirect on that port/protocol, and only unset upnp if the redirect was set by the program 2015-10-19 15:05:17 -04:00
lbryfile make a single publish step and consolidate status 2015-10-23 14:51:26 -04:00
lbryfilemanager LBRYNet daemon 2015-12-06 17:32:17 -05:00
lbrylive change the console ui to command based rather than option based 2015-10-15 14:12:22 -04:00
lbrynet_console Update from master and fix a path problem 2015-12-03 20:56:56 -05:00
lbrynet_daemon LBRYNet daemon 2015-12-06 17:32:17 -05:00
lbrynet_gui LBRYNet daemon 2015-12-06 17:32:17 -05:00
pointtraderclient initial commit 2015-08-20 11:27:15 -04:00
winhelpers initial commit 2015-08-20 11:27:15 -04:00
__init__.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
conf.py initial commit 2015-08-20 11:27:15 -04:00
create_network.py initial commit 2015-08-20 11:27:15 -04:00
dht_scripts.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
dhttest.py initial commit 2015-08-20 11:27:15 -04:00
interfaces.py better error messages in console when funds are exhausted 2015-09-17 01:43:41 -04:00
node_rpc_cli.py initial commit 2015-08-20 11:27:15 -04:00
rpc_node.py initial commit 2015-08-20 11:27:15 -04:00