Distributed system information query tool.
Go to file
Starbeamrainbowlabs da33a146e2
Manage duplicate connections more effectively.
Thebroadcast function now transparently avoids sending the same message 
to the same peer over multiple connections at once.
2022-02-21 21:55:20 +00:00
docs Start setting things up for the HTTP subsystem, but we've got a ways to go 2022-02-10 21:42:53 +00:00
src Manage duplicate connections more effectively. 2022-02-21 21:55:20 +00:00
.gitignore Fix some bugs, write some comments 2022-01-08 21:37:03 +00:00
LICENSE Initial commit 2022-01-05 20:04:13 +00:00
README.md README: Add link to sql.js for the next step 2022-01-27 01:21:50 +00:00
package-lock.json reinstall p-queue, which is required by FramedTransport (oops) 2022-02-12 01:52:57 +00:00
package.json reinstall p-queue, which is required by FramedTransport (oops) 2022-02-12 01:52:57 +00:00

README.md

systemquery

Distributed system information query tool.

  • jpake - in case our STARTTLS-based idea doesn't work it didn't work :-/
  • sql.js - pure JS version of SQLite3 compiled with emscripten
    • This avoids the compiling-on-install problem may encounter with the regular better-sqlite3 package.