kotlin-ipv8
kotlin-ipv8 copied to clipboard
P2P communication library for Android
When a device registers an ENETUNREACH IO error, kotlin-ipv8 can crash, due to the UdpEndpoint.kt code. Stack trace: ``` Fatal Exception: java.io.IOException: sendto failed: ENETUNREACH (Network is unreachable) at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)...
The Trustchain functionality does not work at all when running from the command line. The tests do, however, pass. This is specifically due to this snippet in `Community.kt`: ```kotlin scope...
When one currently wants to use this repository, there is no other option than to add this project as submodule, as done by the [superapp](https://github.com/Tribler/trustchain-superapp). However, Gradle does not really...
It would be great if this repository could also support iOS, which should be possible using [multiplatform programming](https://kotlinlang.org/docs/multiplatform.html). Yesterday, I spent a few hours looking into this. It seems that...
We are using the `apply plugin` syntax in the Gradle build files: ``` apply plugin: "application" apply plugin: "kotlin" apply plugin: "kotlinx-serialization" ``` This syntax, however, is not recommended anymore,...