Skip to content

Android support #11

Open
Open
@lotux

Description

@lotux

I was wondering if android support can be added too, since android has don't allow direct access to tun device
and only allow to read and write from FD provided by Android VPNService, in openconnect project, this is done by
setup_tun_fd were it only take File Descriptor ID from caller

this will allow to use this project as a library in an Android application as well

Activity

itviewer

itviewer commented on May 29, 2024

@itviewer
Contributor

If you have enough time and patience, this is certainly possible. Please refer to the wireguard Android client, which is also based on the Go language and is used as a library for Java to call. It just needs some refactoring to be used as a library

shangjiyu

shangjiyu commented on Oct 12, 2024

@shangjiyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Android support · Issue #11 · tlslink/sslcon