systemquery/src/lib
Starbeamrainbowlabs 16f23e6b77
Agent: refactor such that it can be used as a base class
In the future, this will make it much easier to  refactor into a 
library.

The plan is to allow Agent to have subsystems, but only those which are 
related to managing peer-to-peer message and not application-specific 
stuff. For example, wemight have a MeshRouting subsystem that listens 
for messages and conditionally forwards them based on the content of the 
message.
2022-01-22 14:22:06 +00:00
..
agent Agent: refactor such that it can be used as a base class 2022-01-22 14:22:06 +00:00
async Looks like upgrading to TLS isn't going to work, so we're going to implement it ourselves. 2021-10-02 03:02:49 +01:00
core Exchange peerlists 2022-01-09 20:28:58 +00:00
crypto Add namespaced logging system, but it isn't actually used yet 2022-01-09 15:07:33 +00:00
io Add namespaced logging system, but it isn't actually used yet 2022-01-09 15:07:33 +00:00
parse Write a bunch more glue code 2022-01-08 16:59:08 +00:00
raft Implement simple peer system, but it's untested. 2021-10-09 18:00:54 +01:00
transport Disconnect duplicate connections 2022-01-09 17:37:06 +00:00