An open API service indexing awesome lists of open source software.

https://github.com/hossinasaadi/anet

fix route ip+net: netlinkrib: permission denied in gomobile android 11 +
https://github.com/hossinasaadi/anet

android golang gomobile

Last synced: 6 months ago
JSON representation

fix route ip+net: netlinkrib: permission denied in gomobile android 11 +

Awesome Lists containing this project

README

          

fix net.Interface() and net.InterfaceAddrs() in Android 11+

``` route ip+net: netlinkrib: permission denied ```

How to use :

``` go get github.com/hossinasaadi/anet@main ```

```go
import "github.com/hossinasaadi/anet"

anet.Interfaces() // work for android and other platforms
```

check:

https://github.com/golang/go/pull/61089

https://github.com/golang/go/issues/40569

https://github.com/holochain/tx5/issues/87

https://github.com/hsjoberg/blixt-wallet/issues/192

...