nabto / edge-android-simpletunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge Android Simple Tunnel

This android app demonstrates how to open a tunnel and display an RTSP video stream using Nabto Edge in an extremely simplified way. See MainActivity.java for the Nabto specific code.

Note that this is not at all production ready code and is purely for understanding the basics of Nabto Edge. For production, access control must be included - ie client/device pairing and token exchange. This has all been omitted from this app.

Building and running

Open the project in Android Studio and run the app as you would any other.

Device (camera) application

On the device (camera) side, use the Simple Tunnel example application. It supports the simplified scenario of this app, ie with all access control removed. For production scenarios that require access control (pairing and token exchange), use the complete TCP Tunnel Device application.

About


Languages

Language:Java 100.0%