Hi,
It's great to have this library as a pure Java implementation of Http3. One of the most interesting parts for me is the ability to use it for peer-to-peer networking on Android (there are many clients for Android, no servers).
The current Android build is based on copying source and doing a find/replace. I think it would be better to use an interface/factory pattern here. I am working on this and can provide it as a pull request once I have it running. Then we can have three artifacts : flupke-common (where most of the logic lives), flupke-jre (linked to the Java 11 httpclient), and flupke-android (using the existing 'lite' Android http client implementation.
Work in progress here:
https://bitbucket.org/ustadmobile/flupke/src/master/
Thanks!
Hi,
It's great to have this library as a pure Java implementation of Http3. One of the most interesting parts for me is the ability to use it for peer-to-peer networking on Android (there are many clients for Android, no servers).
The current Android build is based on copying source and doing a find/replace. I think it would be better to use an interface/factory pattern here. I am working on this and can provide it as a pull request once I have it running. Then we can have three artifacts : flupke-common (where most of the logic lives), flupke-jre (linked to the Java 11 httpclient), and flupke-android (using the existing 'lite' Android http client implementation.
Work in progress here:
https://bitbucket.org/ustadmobile/flupke/src/master/
Thanks!