The Android Client SDK

This is a high level Android and Kotlin based SDK that makes it simple to connect to Nabto Edge embedded devices.

The entry point is the NabtoClient class: You use this the first time the client app is used to prepare the mandatory private key (read more about public key authentication in Nabto Edge).

The client instance act as factory for Connection objects that you in turn use to invoke Nabto Edge CoAP requests, open Nabto Edge Streams and open Nabto Edge Tunnels.

See the Android Client SDK guide for installation and usage information.