Commit graph

11 commits

Author SHA1 Message Date
Starbeamrainbowlabs 54cae732ce
client: start work on UIGauge, but it's far from finished 2022-03-27 16:24:38 +01:00
Starbeamrainbowlabs e21d6ffc37
client: Bugfix UITable
It works!

...sorta.

We really need to fix the duplicate connection thingy.
2022-03-14 02:40:34 +00:00
Starbeamrainbowlabs 7f383dcc74
InfoBroker: reorder tablles
The order tables appear in the info broker is the order they'll appear 
in the UI.
2022-03-11 01:38:38 +00:00
Starbeamrainbowlabs 2f7374a04b
http /api/status : Add array of known tables 2022-03-10 03:00:20 +00:00
Starbeamrainbowlabs 5d0e480f1c
InfoBroker: fix make_table_meta 2022-02-26 21:57:36 +00:00
Starbeamrainbowlabs 67a235ad42
InfoBroker: Add cpu_live 2022-02-26 19:19:36 +00:00
Starbeamrainbowlabs 9ac878f261
InfoBroker: add initial meta table.
This particular table contains information about the currently running 
systemquery instance.

TODO: Add other interesting things such as # of connected peers etc.
2022-01-31 03:05:12 +00:00
Starbeamrainbowlabs e63111e64f
Add based query response system, info broker
The new InfoBroker class' job is to fetch system information and return 
it in a standardised format.
2022-01-30 00:51:28 +00:00
Starbeamrainbowlabs 1091f9c3c2
Exchange peerlists 2022-01-09 20:28:58 +00:00
Starbeamrainbowlabs 19f2003fbf
Fix some bugs, write some comments 2022-01-08 21:37:03 +00:00
Starbeamrainbowlabs cf7451dcf2
Wire up peer handing in PeerServer
Going to be a heck fo a stack trace if it crashes though.....

Agent → .... → PeerServer → Peer → Connection → FramedTransport → { 
rekey, StreamHelpers }
2021-10-19 02:36:22 +01:00