Mathias Jud
Mathias Jud
Having more installation options on Linux, apart from the currently supported Snap store, is on our development list.
@6d7a great! I'm here for questions and discussions! There are a few points about compatibility: ## 1) The communication via the protobuf sys messages between libqaul and the blemodules. This...
@Kevin Thanks again for this helpful PR! The interconnection between libqaul's BLE connectivity-module and the Android BLE module is done in the branch `ble-startup-fixing-rebased-06022023` and will be merged to main...
Ok, where is the problem?
The linking errors are coming from the `if-watch` crate and `system-configuration` crate which is a dependeny of the `if-watch` crate. The `if-watch` crate is a dependency of `libp2p-mdns` and `libp2p-tcp`...
File a bug report to `if-watch` crate. https://github.com/mxinden/if-watch/issues/29
libqaul can be linked via Xcode in the following sample project when running `Product > Archive` from the Xcode Menu: https://github.com/MathJud/if-watch-ios/tree/link-libqaul It still failes linking via any other build path...
The iOS version is now available for public testing on Testflight https://testflight.apple.com/join/Opmxb2Ym The linking error got fixed by adding the `SystemConfiguration.framework` to the linking step. fixed by #504
@Cinorid We are working on activating it and hope to have it usable within the next two weeks.
> @MathJud I changed the minSdk field to check compatibility with older Android versions. [Cinorid@27a2c54](https://github.com/Cinorid/qaul.net/commit/27a2c54d49dc3ef776abcc981afd82fdfa5038b7) > > I was able to install and run the app on Android 7.0 devices...