feat: hyperbee-chat - P2P Hyperbee chat prototype (KV msgs, swarm discovery/replicate)
Writer appends timestamped msgs every 3s. Reader scans recent. Separate storages, named core. Local test silent (no output/exit 0, no storage) - deps ok per npm.
This commit is contained in:
+201
@@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
# blind-relay
|
||||
|
||||
Blind relay for [UDX](https://github.com/holepunchto/udx-native) over [Protomux](https://github.com/mafintosh/protomux) channels. By acting as a blind relay, a host may accept pairing requests from other hosts and relay UDX stream messages between them, similar to Traversal Using Relays around NAT (TURN).
|
||||
|
||||
```sh
|
||||
npm i blind-relay
|
||||
```
|
||||
|
||||
## Protocol
|
||||
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
actor a as peer a
|
||||
actor r as relay
|
||||
actor b as peer b
|
||||
|
||||
par
|
||||
a ->> r: pair { isInitiator: true, token, id, seq }
|
||||
and
|
||||
b ->> r: pair { isInitiator: false, token, id, seq }
|
||||
end
|
||||
|
||||
note over r: The relay pairs peers a and b based on the token, allocates a new stream for both peers, and sends back the stream info
|
||||
|
||||
par
|
||||
r -->> a: pair { isInitiator: true, token, id, seq }
|
||||
and
|
||||
r -->> b: pair { isInitiator: false, token, id, seq }
|
||||
end
|
||||
|
||||
par
|
||||
a ->> r: unpair { token }
|
||||
|
||||
note left of r: The relay deallocates the stream previously allocated to peer a
|
||||
and
|
||||
b ->> r: unpair { token }
|
||||
|
||||
note right of r: The relay deallocates the stream previously allocated to peer b
|
||||
end
|
||||
```
|
||||
|
||||
### Messages
|
||||
|
||||
All types are specified as their corresponding [compact-encoding](https://github.com/compact-encoding) codec.
|
||||
|
||||
#### `pair` (`0`)
|
||||
|
||||
1. `bitfield(1)` Flags.
|
||||
1. `isInitiator`
|
||||
2. `fixed32` Preexchanged token.
|
||||
3. `uint` Stream ID of the sender.
|
||||
4. `uint` Initial stream sequence no. of the sender.
|
||||
|
||||
#### `unpair` (`1`)
|
||||
|
||||
1. `bitfield(0)` Flags, reserved.
|
||||
2. `fixed32` Preexchanged token.
|
||||
|
||||
## License
|
||||
|
||||
Apache-2.0
|
||||
+523
@@ -0,0 +1,523 @@
|
||||
const EventEmitter = require('events')
|
||||
const Protomux = require('protomux')
|
||||
const { Readable } = require('streamx')
|
||||
const sodium = require('sodium-universal')
|
||||
const b4a = require('b4a')
|
||||
const c = require('compact-encoding')
|
||||
const bitfield = require('compact-encoding-bitfield')
|
||||
const bits = require('bits-to-bytes')
|
||||
const errors = require('./lib/errors')
|
||||
|
||||
exports.Server = class BlindRelayServer extends EventEmitter {
|
||||
constructor (opts = {}) {
|
||||
super()
|
||||
|
||||
const {
|
||||
createStream
|
||||
} = opts
|
||||
|
||||
this._createStream = createStream
|
||||
this._pairing = new Map()
|
||||
this._sessions = new Set()
|
||||
}
|
||||
|
||||
get sessions () {
|
||||
return this._sessions[Symbol.iterator]()
|
||||
}
|
||||
|
||||
accept (stream, opts) {
|
||||
const session = new BlindRelaySession(this, stream, opts)
|
||||
|
||||
this._sessions.add(session)
|
||||
|
||||
return session
|
||||
}
|
||||
|
||||
async close () {
|
||||
const ending = []
|
||||
|
||||
for (const session of this._sessions) {
|
||||
ending.push(session.end())
|
||||
}
|
||||
|
||||
await Promise.all(ending)
|
||||
|
||||
this._pairing.clear()
|
||||
}
|
||||
}
|
||||
|
||||
class BlindRelaySession extends EventEmitter {
|
||||
constructor (server, stream, opts = {}) {
|
||||
super()
|
||||
|
||||
const {
|
||||
id,
|
||||
handshake,
|
||||
handshakeEncoding
|
||||
} = opts
|
||||
|
||||
this._server = server
|
||||
this._mux = Protomux.from(stream)
|
||||
|
||||
this._channel = this._mux.createChannel({
|
||||
protocol: 'blind-relay',
|
||||
id,
|
||||
handshake: handshake ? handshakeEncoding || c.raw : null,
|
||||
onopen: this._onopen.bind(this),
|
||||
onclose: this._onclose.bind(this),
|
||||
ondestroy: this._ondestroy.bind(this)
|
||||
})
|
||||
|
||||
this._pair = this._channel.addMessage({
|
||||
encoding: m.pair,
|
||||
onmessage: this._onpair.bind(this)
|
||||
})
|
||||
|
||||
this._unpair = this._channel.addMessage({
|
||||
encoding: m.unpair,
|
||||
onmessage: this._onunpair.bind(this)
|
||||
})
|
||||
|
||||
this._ending = null
|
||||
this._destroyed = false
|
||||
this._error = null
|
||||
this._pairing = new Set()
|
||||
this._streams = new Map()
|
||||
|
||||
this._onerror = (err) => this.emit('error', err)
|
||||
|
||||
this._channel.open(handshake)
|
||||
}
|
||||
|
||||
get closed () {
|
||||
return this._channel.closed
|
||||
}
|
||||
|
||||
get mux () {
|
||||
return this._mux
|
||||
}
|
||||
|
||||
get stream () {
|
||||
return this._mux.stream
|
||||
}
|
||||
|
||||
_onopen () {
|
||||
this.emit('open')
|
||||
}
|
||||
|
||||
_onclose () {
|
||||
this._ending = Promise.resolve()
|
||||
|
||||
const err = this._error || errors.CHANNEL_CLOSED()
|
||||
|
||||
for (const token of this._pairing) {
|
||||
this._server._pairing.delete(token.toString('hex'))
|
||||
}
|
||||
|
||||
for (const stream of this._streams.values()) {
|
||||
stream
|
||||
.off('error', this._onerror)
|
||||
.on('error', noop)
|
||||
.destroy(err)
|
||||
}
|
||||
|
||||
this._pairing.clear()
|
||||
this._streams.clear()
|
||||
|
||||
this._server._sessions.delete(this)
|
||||
|
||||
this.emit('close')
|
||||
}
|
||||
|
||||
_ondestroy () {
|
||||
this._destroyed = true
|
||||
this.emit('destroy')
|
||||
}
|
||||
|
||||
_onpair ({ isInitiator, token, id: remoteId }) {
|
||||
const keyString = token.toString('hex')
|
||||
|
||||
let pair = this._server._pairing.get(keyString)
|
||||
|
||||
if (pair === undefined) {
|
||||
pair = new BlindRelayPair(token)
|
||||
this._server._pairing.set(keyString, pair)
|
||||
} else if (pair.links[+isInitiator]) return
|
||||
|
||||
this._pairing.add(keyString)
|
||||
|
||||
pair.links[+isInitiator] = new BlindRelayLink(this, isInitiator, remoteId)
|
||||
|
||||
if (!pair.paired) return
|
||||
|
||||
this._server._pairing.delete(keyString)
|
||||
|
||||
// 1st pass: Create the raw streams needed for each end of the link.
|
||||
for (const link of pair.links) {
|
||||
link.createStream()
|
||||
}
|
||||
|
||||
// 2nd pass: Connect the raw streams and set up handlers.
|
||||
for (const { isInitiator, session, stream } of pair.links) {
|
||||
const remote = pair.remote(isInitiator)
|
||||
|
||||
stream
|
||||
.on('error', session._onerror)
|
||||
.on('close', () => session._streams.delete(keyString))
|
||||
.relayTo(remote.stream)
|
||||
|
||||
session._pairing.delete(keyString)
|
||||
session._streams.set(keyString, stream)
|
||||
}
|
||||
|
||||
// 3rd pass: Let either end of the link know the streams were set up.
|
||||
for (const { isInitiator, session, remoteId, stream } of pair.links) {
|
||||
session._pair.send({
|
||||
isInitiator,
|
||||
token,
|
||||
id: stream.id,
|
||||
seq: 0
|
||||
})
|
||||
|
||||
session._endMaybe()
|
||||
|
||||
session.emit('pair', isInitiator, token, stream, remoteId)
|
||||
}
|
||||
}
|
||||
|
||||
_onunpair ({ token }) {
|
||||
const keyString = token.toString('hex')
|
||||
|
||||
const pair = this._server._pairing.get(keyString)
|
||||
|
||||
if (pair) {
|
||||
for (const link of pair.links) {
|
||||
if (link) link.session._pairing.delete(keyString)
|
||||
}
|
||||
|
||||
return this._server._pairing.delete(keyString)
|
||||
}
|
||||
|
||||
const stream = this._streams.get(keyString)
|
||||
|
||||
if (stream) {
|
||||
stream
|
||||
.off('error', this._onerror)
|
||||
.on('error', noop)
|
||||
.destroy(errors.PAIRING_CANCELLED())
|
||||
|
||||
this._streams.delete(keyString)
|
||||
}
|
||||
}
|
||||
|
||||
cork () {
|
||||
this._channel.cork()
|
||||
}
|
||||
|
||||
uncork () {
|
||||
this._channel.uncork()
|
||||
}
|
||||
|
||||
async end () {
|
||||
if (this._ending) return this._ending
|
||||
|
||||
this._ending = EventEmitter.once(this, 'close')
|
||||
this._endMaybe()
|
||||
|
||||
return this._ending
|
||||
}
|
||||
|
||||
_endMaybe () {
|
||||
if (this._ending && this._pairing.size === 0) {
|
||||
this._channel.close()
|
||||
}
|
||||
}
|
||||
|
||||
destroy (err) {
|
||||
if (this._destroyed) return
|
||||
this._destroyed = true
|
||||
|
||||
this._error = err || errors.CHANNEL_DESTROYED()
|
||||
this._channel.close()
|
||||
}
|
||||
}
|
||||
|
||||
class BlindRelayPair {
|
||||
constructor (token) {
|
||||
this.token = token
|
||||
this.links = [null, null]
|
||||
}
|
||||
|
||||
get paired () {
|
||||
return this.links[0] !== null && this.links[1] !== null
|
||||
}
|
||||
|
||||
remote (isInitiator) {
|
||||
return this.links[isInitiator ? 0 : 1]
|
||||
}
|
||||
}
|
||||
|
||||
class BlindRelayLink {
|
||||
constructor (session, isInitiator, remoteId) {
|
||||
this.session = session
|
||||
this.isInitiator = isInitiator
|
||||
this.remoteId = remoteId
|
||||
this.stream = null
|
||||
}
|
||||
|
||||
createStream () {
|
||||
if (this.stream) return
|
||||
|
||||
this.stream = this.session._server._createStream({
|
||||
firewall: this._onfirewall.bind(this)
|
||||
})
|
||||
}
|
||||
|
||||
_onfirewall (socket, port, host) {
|
||||
this.stream.connect(socket, this.remoteId, port, host)
|
||||
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
exports.Client = class BlindRelayClient extends EventEmitter {
|
||||
static _clients = new WeakMap()
|
||||
|
||||
static from (stream, opts) {
|
||||
let client = this._clients.get(stream)
|
||||
if (client) return client
|
||||
client = new this(stream, opts)
|
||||
this._clients.set(stream, client)
|
||||
return client
|
||||
}
|
||||
|
||||
constructor (stream, opts = {}) {
|
||||
super()
|
||||
|
||||
const {
|
||||
id,
|
||||
handshake,
|
||||
handshakeEncoding
|
||||
} = opts
|
||||
|
||||
this._mux = Protomux.from(stream)
|
||||
|
||||
this._channel = this._mux.createChannel({
|
||||
protocol: 'blind-relay',
|
||||
id,
|
||||
handshake: handshake ? handshakeEncoding || c.raw : null,
|
||||
onopen: this._onopen.bind(this),
|
||||
onclose: this._onclose.bind(this),
|
||||
ondestroy: this._ondestroy.bind(this)
|
||||
})
|
||||
|
||||
this._pair = this._channel.addMessage({
|
||||
encoding: m.pair,
|
||||
onmessage: this._onpair.bind(this)
|
||||
})
|
||||
|
||||
this._unpair = this._channel.addMessage({
|
||||
encoding: m.unpair
|
||||
})
|
||||
|
||||
this._ending = false
|
||||
this._destroyed = false
|
||||
this._error = null
|
||||
this._requests = new Map()
|
||||
|
||||
this._channel.open(handshake)
|
||||
}
|
||||
|
||||
get closed () {
|
||||
return this._channel.closed
|
||||
}
|
||||
|
||||
get mux () {
|
||||
return this._mux
|
||||
}
|
||||
|
||||
get stream () {
|
||||
return this._mux.stream
|
||||
}
|
||||
|
||||
get requests () {
|
||||
return this._requests.values()
|
||||
}
|
||||
|
||||
_onopen () {
|
||||
this.emit('open')
|
||||
}
|
||||
|
||||
_onclose () {
|
||||
this._ending = Promise.resolve()
|
||||
|
||||
const err = this._error || errors.CHANNEL_CLOSED()
|
||||
|
||||
for (const request of this._requests.values()) {
|
||||
request.destroy(err)
|
||||
}
|
||||
|
||||
this._requests.clear()
|
||||
|
||||
this.constructor._clients.delete(this.stream)
|
||||
|
||||
this.emit('close')
|
||||
}
|
||||
|
||||
_ondestroy () {
|
||||
this._destroyed = true
|
||||
this.emit('destroy')
|
||||
}
|
||||
|
||||
_onpair ({ isInitiator, token, id: remoteId }) {
|
||||
const request = this._requests.get(token.toString('hex'))
|
||||
|
||||
if (request === undefined || request.isInitiator !== isInitiator) return
|
||||
|
||||
request.push(remoteId)
|
||||
request.push(null)
|
||||
|
||||
this.emit('pair', request.isInitiator, request.token, request.stream, remoteId)
|
||||
}
|
||||
|
||||
pair (isInitiator, token, stream) {
|
||||
if (this._destroyed) throw errors.CHANNEL_DESTROYED()
|
||||
|
||||
const keyString = token.toString('hex')
|
||||
|
||||
if (this._requests.has(keyString)) throw errors.ALREADY_PAIRING()
|
||||
|
||||
const request = new BlindRelayRequest(this, isInitiator, token, stream)
|
||||
|
||||
this._requests.set(keyString, request)
|
||||
|
||||
return request
|
||||
}
|
||||
|
||||
unpair (token) {
|
||||
if (this._destroyed) throw errors.CHANNEL_DESTROYED()
|
||||
|
||||
const request = this._requests.get(token.toString('hex'))
|
||||
|
||||
if (request) request.destroy(errors.PAIRING_CANCELLED())
|
||||
|
||||
this._unpair.send({ token })
|
||||
}
|
||||
|
||||
cork () {
|
||||
this._channel.cork()
|
||||
}
|
||||
|
||||
uncork () {
|
||||
this._channel.uncork()
|
||||
}
|
||||
|
||||
async end () {
|
||||
if (this._ending) return this._ending
|
||||
|
||||
this._ending = EventEmitter.once(this, 'close')
|
||||
this._endMaybe()
|
||||
|
||||
return this._ending
|
||||
}
|
||||
|
||||
_endMaybe () {
|
||||
if (this._ending && this._requests.size === 0) {
|
||||
this._channel.close()
|
||||
}
|
||||
}
|
||||
|
||||
destroy (err) {
|
||||
if (this._destroyed) return
|
||||
this._destroyed = true
|
||||
|
||||
this._error = err || errors.CHANNEL_DESTROYED()
|
||||
this._channel.close()
|
||||
}
|
||||
}
|
||||
|
||||
class BlindRelayRequest extends Readable {
|
||||
constructor (client, isInitiator, token, stream) {
|
||||
super()
|
||||
|
||||
this.client = client
|
||||
this.isInitiator = isInitiator
|
||||
this.token = token
|
||||
this.stream = stream
|
||||
}
|
||||
|
||||
_open (cb) {
|
||||
if (this.client._destroyed) return cb(errors.CHANNEL_DESTROYED())
|
||||
|
||||
this.client._pair.send({
|
||||
isInitiator: this.isInitiator,
|
||||
token: this.token,
|
||||
id: this.stream.id,
|
||||
seq: 0
|
||||
})
|
||||
|
||||
cb(null)
|
||||
}
|
||||
|
||||
_destroy (cb) {
|
||||
this.client._requests.delete(this.token.toString('hex'))
|
||||
|
||||
cb(null)
|
||||
|
||||
this.client._endMaybe()
|
||||
}
|
||||
}
|
||||
|
||||
exports.token = function token (buf = b4a.allocUnsafe(32)) {
|
||||
sodium.randombytes_buf(buf)
|
||||
return buf
|
||||
}
|
||||
|
||||
function noop () {}
|
||||
|
||||
const m = exports.messages = {}
|
||||
|
||||
const flags = bitfield(7)
|
||||
|
||||
m.pair = {
|
||||
preencode (state, m) {
|
||||
flags.preencode(state)
|
||||
c.fixed32.preencode(state, m.token)
|
||||
c.uint.preencode(state, m.id)
|
||||
c.uint.preencode(state, m.seq)
|
||||
},
|
||||
encode (state, m) {
|
||||
flags.encode(state, bits.of(m.isInitiator))
|
||||
c.fixed32.encode(state, m.token)
|
||||
c.uint.encode(state, m.id)
|
||||
c.uint.encode(state, m.seq)
|
||||
},
|
||||
decode (state) {
|
||||
const [isInitiator] = bits.iterator(flags.decode(state))
|
||||
|
||||
return {
|
||||
isInitiator,
|
||||
token: c.fixed32.decode(state),
|
||||
id: c.uint.decode(state),
|
||||
seq: c.uint.decode(state)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
m.unpair = {
|
||||
preencode (state, m) {
|
||||
flags.preencode(state)
|
||||
c.fixed32.preencode(state, m.token)
|
||||
},
|
||||
encode (state, m) {
|
||||
flags.encode(state, bits.of())
|
||||
c.fixed32.encode(state, m.token)
|
||||
},
|
||||
decode (state) {
|
||||
flags.decode(state)
|
||||
|
||||
return {
|
||||
token: c.fixed32.decode(state)
|
||||
}
|
||||
}
|
||||
}
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
module.exports = class BlindRelayError extends Error {
|
||||
constructor (msg, code, fn = BlindRelayError) {
|
||||
super(`${code}: ${msg}`)
|
||||
this.code = code
|
||||
|
||||
if (Error.captureStackTrace) {
|
||||
Error.captureStackTrace(this, fn)
|
||||
}
|
||||
}
|
||||
|
||||
get name () {
|
||||
return 'BlindRelayError'
|
||||
}
|
||||
|
||||
static DUPLICATE_CHANNEL (msg = 'Duplicate channel') {
|
||||
return new BlindRelayError(msg, 'DUPLICATE_CHANNEL', BlindRelayError.DUPLICATE_CHANNEL)
|
||||
}
|
||||
|
||||
static CHANNEL_CLOSED (msg = 'Channel closed') {
|
||||
return new BlindRelayError(msg, 'CHANNEL_CLOSED', BlindRelayError.CHANNEL_CLOSED)
|
||||
}
|
||||
|
||||
static CHANNEL_DESTROYED (msg = 'Channel destroyed') {
|
||||
return new BlindRelayError(msg, 'CHANNEL_DESTROYED', BlindRelayError.CHANNEL_DESTROYED)
|
||||
}
|
||||
|
||||
static ALREADY_PAIRING (msg = 'Already pairing') {
|
||||
return new BlindRelayError(msg, 'ALREADY_PAIRING', BlindRelayError.ALREADY_PAIRING)
|
||||
}
|
||||
|
||||
static PAIRING_CANCELLED (msg = 'Pairing cancelled') {
|
||||
return new BlindRelayError(msg, 'PAIRING_CANCELLED', BlindRelayError.PAIRING_CANCELLED)
|
||||
}
|
||||
}
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "blind-relay",
|
||||
"version": "1.4.0",
|
||||
"description": "Blind relay for UDX over Protomux channels",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "standard && brittle test.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/holepunchto/blind-relay.git"
|
||||
},
|
||||
"author": "Holepunch",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/holepunchto/blind-relay/issues"
|
||||
},
|
||||
"homepage": "https://github.com/holepunchto/blind-relay#readme",
|
||||
"imports": {
|
||||
"events": {
|
||||
"bare": "bare-events",
|
||||
"default": "events"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"b4a": "^1.6.4",
|
||||
"bare-events": "^2.2.0",
|
||||
"bits-to-bytes": "^1.3.0",
|
||||
"compact-encoding": "^2.12.0",
|
||||
"compact-encoding-bitfield": "^1.0.0",
|
||||
"protomux": "^3.5.1",
|
||||
"sodium-universal": "^5.0.0",
|
||||
"streamx": "^2.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"brittle": "^3.2.1",
|
||||
"hyperdht": "^6.6.1",
|
||||
"standard": "^17.0.0",
|
||||
"udx-native": "^1.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user