gajanak
gajanak
Hello, I noticed the following behavior on connect with different connection option. 1. Connect with username/password 2. Connect without username/password On second connect the first username/password is used again. Using...
Hi again, Is there a reason to not use the apksigner of SDK ? Like this: `/usr/lib/android-sdk/build-tools/33.0.0/apksigner sign --ks .build_config/android.keystore --ks-key-alias default --ks-pass pass:ziguana app-template.apk` Following a patch : Works...
Hi, at first thanks for this usefull template. Perhaps this hels someone using this as base. **Documentation Quick-Start:** Installting android sdk,ndk,platforms using dpkg/apt sample: `apt install google-android-ndk-r25-installer install google-android-platform-30-installer google-android-build-tools-33.0.0-installer`...
Is it planned to specify a default and alternative then PBKDF2 (Password-Based Key Derivation Function 2) . AutobahnJS and crossbar uses PBDKF2 but with an HMAC-SHA256 hash. https://www.ietf.org/rfc/rfc2898.txt defines HMAC-SHA-1...
Hello, on evaluating your library I noticed some weired behavior. I try to explain what noticed and what expected in src\v5\codec\packet\pubacks.rs PublishAck::decode The Decoder expects that reason code and properties...
Hi, I need a simple solution for update a single ext4 partition which is already mounted. I know, documentation recommend to boot a rescue system, update and reboot again. But...
Hi, on fast testing I noticed perhaps a little Bug ? Reading MQTT Spec CONNACK Properties: https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901084 > > 3.2.2.3.4 Maximum QoS > > 36 (0x24) Byte, Identifier of the...
### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add If I run...
Hi, is there already a way to configure the server to use/allow ONLY 3.1 or ONLY V5 Mqtt protocol ? Make it sense to have a listener configuration option for...