aboutsummaryrefslogtreecommitdiff
path: root/news/1632444147-arching_kaos_infochain
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.com>2021-12-20 06:22:33 +0200
committerkaotisk <kaotisk@arching-kaos.com>2021-12-20 06:22:33 +0200
commitbe4401b1673870f518f3263df644ac2e9ba997df (patch)
tree99b94d049f9d6996765f06308af9e5d5d77cd936 /news/1632444147-arching_kaos_infochain
parenteb55ab4ccf189bd0a36185318fc4df01a37eb0ca (diff)
download01-NEWS-be4401b1673870f518f3263df644ac2e9ba997df.tar.gz
01-NEWS-be4401b1673870f518f3263df644ac2e9ba997df.tar.bz2
01-NEWS-be4401b1673870f518f3263df644ac2e9ba997df.zip
Renamed 20210924_004227-arching_kaos_infochain to 1632444147-arching_kaos_infochain according to migration #03
Diffstat (limited to 'news/1632444147-arching_kaos_infochain')
-rw-r--r--news/1632444147-arching_kaos_infochain33
1 files changed, 33 insertions, 0 deletions
diff --git a/news/1632444147-arching_kaos_infochain b/news/1632444147-arching_kaos_infochain
new file mode 100644
index 0000000..4a71d68
--- /dev/null
+++ b/news/1632444147-arching_kaos_infochain
@@ -0,0 +1,33 @@
+Arching Kaos Infochain
+
+Another idea is to make a chain for credentials in order to interconnect the APIs of the different nodes of Arching Kaos instances.
+
+To do that, I was thinking about a combination of the IDs of the Node is carrying.
+(Mind the gap)
+
+{
+ "ipfs",
+ "cjdns_publickey"
+ "ssb"
+}
+
+API get this packet.
+
+SSB
+
+Then we want to peer with them. We follow the SSB id from our running SSB instance (the one on arching-kaos project). That is done.
+
+We can also have the ability to exchange confidential messages through SSB to our followers/following lists.
+
+CJDNS
+
+Convert the publicKey to ip6. Then we can work on the rest. We can compare with CJDNS peering list but possibly, public IP and the peering could be solved using the previous article/"NEWS"/thoughs file...
+
+IPFS
+
+Utilize it to contain arching-kaos-{publish-the-previously-mentioned packet, new-public-credentials-announce, new-mixtape-messages, ( if we stop using IRC ) or even which ever thing the API does plus ++}.
+
+Note:
+IRC is mentioned here. If we attach a bot to the instance of Arching Kaos, the bot can refer to things of the SSB.
+
+