kotlin-ipv8 icon indicating copy to clipboard operation
kotlin-ipv8 copied to clipboard

P2P communication library for Android

Results 16 kotlin-ipv8 issues
Sort by recently updated
recently updated
newest added
trafficstars

Closes #87 Closes #86 (cherry picked from commit 3e4a42dc19910fe9d128c0034d754b94db0d343f) This pull requests fixes the two mentioned issues or design flaws related to Int and UShort transit. If permitted, I would...

Another issue I found relates to the serialization of the Long values. In the code seen below we can see an explicit cast to Int before putting the data in...

When working on serialization of some packets I tried to improve the interface to use some more generic methods (will post another pull request) I have stumbled upon the code...

I would like to use your project in another open source project, but because of the lack of a license I might ran into legal issues. For this reason a...

The node IPv4Address("131.180.27.161", 6427) stated in Community.kt sends bad INTRODUCTION_REQUESTS I get warnings: Unable to decode authenticated payload Is it more save to only use our own tracker(s) nodes?

We are working on a social media app based on ideas from Scuttlebut and we are using IPv8 as a base. We are also minting coins and paying them out...

I discovered that also blocks from other apps, peerchat in my case, are stored in the database. Not aware that this might happen I tried to unpack the transaction, which...

The coroutineScope in the Community class uses `Dispatchers.Main`. `Dispatchers.Main` is used to run code on the UI thread and should not be used for anything else. Code that uses the...