Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: node graph view #108

Open
pacien opened this issue Jan 7, 2022 · 2 comments
Open

Feature: node graph view #108

pacien opened this issue Jan 7, 2022 · 2 comments

Comments

@pacien
Copy link
Owner

pacien commented Jan 7, 2022

It could be nice to render a graph of the VPN nodes and links within the
application's graphical user interface.

Tinc can dump the network graph on demand with tincctl dump graph or
automatically every minute with the GraphDumpFile option. The output is a DOT
file, which can probably be rendered or converted to SVG by some library.

@giomasce
Copy link

I'd like to have this feature, but I don't have a lot of experience in Android development. Could you please comment on which kind of help would be useful? GraphViz (dot) is able to convert DOT files to SVG. Would it be acceptable to bundle it with the app?

@pacien
Copy link
Owner Author

pacien commented Nov 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants