Tribler / kotlin-ipv8

P2P communication library for Android
62 stars 27 forks source link

IPv8 on iOS #52

Open devos50 opened 3 years ago

devos50 commented 3 years ago

It would be great if this repository could also support iOS, which should be possible using multiplatform programming. Yesterday, I spent a few hours looking into this. It seems that the Kotlin runtime is compiled to native C code and thus can be executed using an Objective-C/Swift compatibility layer.

Some of my findings:

In summary, I think adding iOS support to this repository is doable but very challenging.