Hey all. I'm wanting to use Freenet to store small pieces of JSON data. ?I'm wanting to do the following operations:
* Generate a new Public / Private Key Pair * Insert / Update a JSON string of data using the above private key * Get the JSON string using the public key In the documentation for SSK, it shows an example of doing this via telnet (on port 2323, which i can't connect to):?https://wiki.freenetproject.org/Signed_Subspace_Key. ?I attempted the MAKESSK telnetting to port?9481 but it didn't work. ?From what i can tell, this may no longer be the preferred way to do things. I then looked at the FCP docs at https://wiki.freenetproject.org/FCPv2, which i'm gonna guess is what i should be doing. ?I then tried the following: ~/projects/ $ telnet 127.0.0.1 9481 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GenerateSSK Identifier=My Identifier Blah Blah EndMessage Connection closed by foreign host. It does not look to have generated a key. Is there any example that i may have missed in my googling? Thanks! -mike -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/tech/attachments/20131108/6d08411f/attachment.html>
