robinpaulson / SimpleRT

Simple Reverse Tethering utility for Android
GNU General Public License v3.0
906 stars 101 forks source link

Create simple GUI for desktop component #60

Open robinpaulson opened 3 years ago

robinpaulson commented 3 years ago

A very basic set of controls, in a point-and-click interface.

Initially we could use "dialog" or "zenity" to control it via a shell script, later perhaps abstract the code from this repo into a "libsimplert" library and create a cli and gui to wrap the library.

robinpaulson commented 3 years ago

Currently there are two parameters to set:

We also require a "connect" and "disconnect" button.

robinpaulson commented 2 years ago

I'm investigating "yad" (terrible name...), which is a more capable fork of zenity. Stay tuned