dmqproto
is a library that contains the protocol for the Distributed Message
Queue (DMQ), including:
- The DMQ client (
src.dmqproto.client
). - Base classes for the protocol handling parts of the DMQ node
(
src.dmqproto.node
). - A simple, "fake" DMQ node, for use in tests (
src.fakedmq
). - A turtle env extension (
src.turtle.env.Dht
) providing a fake DMQ node for use in tests, including methods to inspect and modify its contents. - A thorough test of the DMQ protocol, using the client to connect to a node.
The test is run, in this repo, on a fake node, but it can be reused in other
repos to test real node implementations. (
src.dmqtest
)
Dependency | Version -----------|--------- ocean | v5.0.x swarm | v6.0.x makd | v2.1.4 turtle | v10.0.x
dmqproto's versioning follows Neptune.
This means that the major version is increased for breaking changes, the minor version is increased for feature releases, and the patch version is increased for bug fixes that don't cause breaking changes.
- Major branch development period: 6 months
- Maintained minor versions: 1 most recent
Major | Initial release date | Supported until | Notes |
---|---|---|---|
v15.x.x | v15.0.0: 04/06/2019 | TBD |