posting
quadrismegistus 4 years ago
parent a8d464848f
commit cd819fd765

@ -99,7 +99,7 @@ Here's the new system. The downside is it's now only half decentralized. The ups
Design details are changing rapidly, but these are what we have so far. Design details are changing rapidly, but these are what we have so far.
### App ### Mobile app
The cross-platform app is made with [KivyMD](https://github.com/kivymd/KivyMD), a variant of [Kivy](https://kivy.org/), a cross-platform mobile development framework in Python. Python is an easy and versatile progamming language to learn, which keeps the code accessible to as many people as possible. The cross-platform app is made with [KivyMD](https://github.com/kivymd/KivyMD), a variant of [Kivy](https://kivy.org/), a cross-platform mobile development framework in Python. Python is an easy and versatile progamming language to learn, which keeps the code accessible to as many people as possible.
@ -107,13 +107,9 @@ The cross-platform app is made with [KivyMD](https://github.com/kivymd/KivyMD),
We are using [Themis](https://github.com/cossacklabs/themis), a high-level cross-platform cryptography library, for all cryptographic functions, rather than handling any primitives ourselves. We are using [Themis](https://github.com/cossacklabs/themis), a high-level cross-platform cryptography library, for all cryptographic functions, rather than handling any primitives ourselves.
### API and terminal app ### API and databse
All simple object-oriented stuff in Python. All simple object-oriented stuff in Python. The database is a simple key-value store written in Python, "simplekv".
### Database
The database is a simple key-value store written in Python, "simplekv".
## Install ## Install
@ -128,9 +124,10 @@ cd Komrade
``` ```
~~Then run the client:~~ (this is broken temporarily) ~~Then run the client:~~ (this is broken temporarily)
~~cd client~~ ```
~~./run.sh~~ cd client
./run.sh
```
Run the terminal client: Run the terminal client:

@ -108,6 +108,27 @@ class CLI(Logger):
return None return None
return self._name return self._name

Loading…
Cancel
Save