No description
Find a file
Alex Grintsvayg fde060a97b readme
2018-05-29 17:37:50 -04:00
cluster started merging all components into one 2018-05-29 17:33:58 -04:00
cmd started merging all components into one 2018-05-29 17:33:58 -04:00
db added upload command, --conf and --verbose flags 2018-05-14 20:55:48 -04:00
dht get rid of ReadDeadline, switch to updated stopOnce 2018-05-24 17:49:43 -04:00
peer started merging all components into one 2018-05-29 17:33:58 -04:00
reflector started merging all components into one 2018-05-29 17:33:58 -04:00
store bootstrap node, bucket grooming 2018-05-13 17:33:49 -04:00
types accepts full streams, stores them in db 2018-02-02 16:49:20 -05:00
.gitignore added dep, makefile 2018-03-01 16:28:25 -05:00
Gopkg.lock update stopper 2018-05-24 13:05:05 -04:00
Gopkg.toml add token manager, add token to request/response, sucessfully perform a STORE request on the python daemon 2018-04-05 16:27:28 -04:00
LICENSE create LICENSE file 2018-02-05 13:08:33 -08:00
main.go added upload command, --conf and --verbose flags 2018-05-14 20:55:48 -04:00
Makefile added dep, makefile 2018-03-01 16:28:25 -05:00
readme.md readme 2018-05-29 17:37:50 -04:00

Reflector

A reflector cluster to accept LBRY content for hosting en masse, rehost the content, and make money on data fees (TODO). This code includes Go implementations of the LBRY peer protocol, reflector protocol, and DHT.

Installation

coming soon

Usage

coming soon

Running from Source

This project requires Go v1.10 or higher.

go get -u github.com/lbryio/reflector.go
cd "$(go env GOPATH)/src/github.com/lbryio/reflector.go"
make
./prism

Contributing

coming soon

License

This project is MIT licensed.

Security

We take security seriously. Please contact security@lbry.io regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @lyoshenka (grin@lbry.io)