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 +
- Host: GitHub
- URL: https://github.com/hossinasaadi/anet
- Owner: hossinasaadi
- Created: 2025-04-10T14:43:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:12:20.000Z (6 months ago)
- Last Synced: 2025-04-10T16:44:04.379Z (6 months ago)
- Topics: android, golang, gomobile
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...