aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.com>2021-11-19 23:52:46 +0200
committerkaotisk <kaotisk@arching-kaos.com>2021-11-19 23:52:46 +0200
commit4d1a4c684364002609fe1fca217381be390d057b (patch)
tree94076ac4f27d266244fe2b5515a528efb1c777d3 /news
parent777e0a309261a42ea6b74d92d4a3d68fee679cd3 (diff)
download01-NEWS-4d1a4c684364002609fe1fca217381be390d057b.tar.gz
01-NEWS-4d1a4c684364002609fe1fca217381be390d057b.tar.bz2
01-NEWS-4d1a4c684364002609fe1fca217381be390d057b.zip
Moved 20210924_004227-arching_kaos_infochain to news folder
Diffstat (limited to 'news')
-rw-r--r--news/20210924_004227-arching_kaos_infochain33
1 files changed, 33 insertions, 0 deletions
diff --git a/news/20210924_004227-arching_kaos_infochain b/news/20210924_004227-arching_kaos_infochain
new file mode 100644
index 0000000..4a71d68
--- /dev/null
+++ b/news/20210924_004227-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.
+
+