Commit Graph

7 Commits

Author SHA1 Message Date
Jason Rhinelander dccbd1e8cd Loki->Oxen rebrand the README 2021-06-08 10:57:39 -03:00
Jason Rhinelander d28e39ffeb README: C++14 -> C++17 2020-05-21 02:54:45 -03:00
Stephen Shelton f296b82ba5 Wrap code section in README.md 2020-05-13 13:55:32 -03:00
Jason Rhinelander 4059f93e8c Add note about not blocking job + minor wording fixes 2020-03-01 14:25:52 -04:00
Jason Rhinelander 077c5f4722 Update various outdated things in the readme 2020-02-29 17:49:15 -04:00
Jason Rhinelander f75b6cf221 Added batch job implementation + various improvements
This overhauls the proposed batch implementation (described in the
README but previously not implemented) and implements it.

Various other minor improvements and code restructuring.

Added a proposed "request" type to the README to be implemented; this is
like a command, but always expects a ["REPLY", TAG, ...] response.  The
request invoker provides a callback to invoke when such a REPLY arrives.
2020-02-05 20:21:27 -04:00
Jason Rhinelander f3d583c520 Initial LokiMQ release
This library is adapted from lokid's existing quorumnet code (added in
6.x) used for SN-to-SN communication for quorum voting but generalized
to be usable both there and as a basis for other communication channels
with loki projects (for example: wallet-to-lokid communication; loki-ss
and lokinet internal communication with lokid; loki-ss to loki-ss
communication and message passing; perhaps eventually loki p2p traffic).

This initial release compiles but likely has a few warts and bugs that
need ironing out in the implementation before it is production ready.
Some tests will follow.
2020-02-02 22:39:26 -04:00