Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line implementation #23

Open
saibotsivad opened this issue Dec 17, 2015 · 2 comments
Open

Command line implementation #23

saibotsivad opened this issue Dec 17, 2015 · 2 comments

Comments

@saibotsivad
Copy link
Contributor

This is a placeholder for some discussion on a command line utility to stand as an authoritative implementation. The implementation doesn't necessarily need to be super efficient, but should instead focus on making sure the code is very readable.

@saibotsivad saibotsivad added this to the 0.11 stable and reasonable milestone Dec 17, 2015
@saibotsivad
Copy link
Contributor Author

Here are the commands I imagine would be a good idea to have (there may need to be more):

  • create identity (user or node)
  • sign (generate a signature object given a valid container)
  • encrypt (generate an encrypted object given a valid container)
  • publish resource (add it to the node's journal, possibly sign if not signed)
  • broadcast (send a journal update to some/all nodes)
  • request resource (request it from some specific node)
  • create any of the valid message containers
  • start the server (start at ip as node x)
  • stop the server (shut down node x)
  • read journal (the journal entries outputted as a human readable list thing)

@saibotsivad
Copy link
Contributor Author

I started the repo over here https://github.com/sdmp/sdmp-cli

I'm sure there will be a bunch of other modules that get published in writing that command line one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant