bDSNP is a bcoin plugin that implements DSNP, a decentralized session negotiation protocol.
there is a package: https://www.npmjs.com/package/bdsnp install:
$ npm i bdsnp
run your bcoin node and specify the module as a plugin.
that's really it. clone and run make test
if you're really concerned
to generate documentation, run make docs