You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to make run in a kivy aplication a small ipv8 example, just to try if ipv8 can run in such particular context, but I got a strange error on socket module:
ipv8/messaging/interfaces/lan_addresses/Unix/ioctl.py line 36
AttributeError: module 'socket' has no attribute 'if_nameindex'
I just wanted to know, if you know, if your library can work in android, I think also I'm going to ask this also to buildozer
The text was updated successfully, but these errors were encountered:
There is a Kotlin offshoot of IPv8, specifically for Android: https://github.com/Tribler/kotlin-ipv8 However, it only supports a subset of IPv8 functionality.
Hi,
I'm trying to make run in a kivy aplication a small ipv8 example, just to try if ipv8 can run in such particular context, but I got a strange error on socket module:
I just wanted to know, if you know, if your library can work in android, I think also I'm going to ask this also to buildozer
The text was updated successfully, but these errors were encountered: