GithubHelp home page GithubHelp logo

dht-node's Introduction

IPFS is an open system to manage data without a central server

Check out our website at ipfs.tech.

For papers on IPFS, please see the Academic Papers section of the IPFS Docs.

License

MIT.

dht-node's People

Contributors

djdv avatar hsanjuan avatar kubuxu avatar lanzafame avatar lemmi avatar michaelavila avatar raulk avatar stebalien avatar travisperson avatar whyrusleeping avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dht-node's Issues

improve bootstrapping

Right now, we bootstrap to a single hardcoded node, and do a FindPeer call to a fixed string to further connect to peers. We should at least randomize the findpeer call we make. Adding more bootstrap peers would also be very helpful

Broken dependencies

@whyrusleeping
dht-node won't build with the latest dependency versions:

cd $GOPATH/src/github.com/ipfs/dht-node && go get -u

# github.com/whyrusleeping/go-smux-spdystream
/home/lemmi/tmp/go/src/github.com/whyrusleeping/go-smux-spdystream/spdystream.go:94: cannot use (*stream)(s) (type *stream) as type streammux.Stream in return argument:
	*stream does not implement streammux.Stream (missing Reset method)
/home/lemmi/tmp/go/src/github.com/whyrusleeping/go-smux-spdystream/spdystream.go:126: cannot use (*stream)(s) (type *stream) as type streammux.Stream in argument to handler:
	*stream does not implement streammux.Stream (missing Reset method)

fix event log aggregator

We parse through eventlogs to determine network statistics. After a recent change in eventlog format, the parser is now broken. We should fix that up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.