Hi folks, yesterday our good friend @Niklas Merz<mailto:[email protected]> did a little bit of Android Vodoo to make an Example of PLC4X for Android here: https://github.com/NiklasMerz/plc4x-android-demo So does PLC4X work on Android? No, not really…
It turns out, that Netty does not really work on Android (well it does but not with our settings)… So we could see how far we’d like to push that. As it seems one way could be to use Oio Instead of Nio (https://stackoverflow.com/questions/11007879/client-server-application-for-android-with-netty-integration). Currently I see no need for that, but I think its an interesting Idea (not talking about if someone should really do it, but COULD do it). If I find some time I will create a branch which builds Netty on Oio instead of Nio and test it further with Niklas. Best Julian
