iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

bootstrap Rust-based access-client #151

Open bernardoaraujor opened 4 years ago

bernardoaraujor commented 4 years ago

Access Client Reference Implementation will migrate from Android to Rust. We need to bootstrap that implementation. Use https://github.com/bernardoaraujor/access-client as reference.

The Access Secure Network (ASN) protocol is a modification of OpenSSH. There are two implementations: OpenSSL-based and an inhouse solution (TinyEmbedded).

We should focus initially on the OpenSSL-based implementation only.