alberk8

Results 78 comments of alberk8
trafficstars

Is there a way in DBus to set the notification preference as found in Android ? From my testing with DBus the preference is indicate, if notify and indicate is...

Are you using the latest nuget version 4.3.0.858. I am having issue with TLS where my MqttNet for Aspnet is version 4.2.1.781 and my managed client is 4.3.0.858, without TLS...

Try to verify the TLS with openssl, you can do this on a Linux or WSL running Linux. For the example below I am running against mosquitto.org mqtt server which...

Not have a chance to full test it this week. Quite busy :(

Nothing so far with the IDF 5.1.x. So closing it.

You need this firmware to use graphics. The first one is for REV0 hardware and the the second one is for REV3 hardware with PSRAM. > 1. [ESP32_GenericDisplay_REV0](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_GenericDisplay_REV0/1.8.1.294/) > 2....

Thank you for confirming that it is a **bug**. I am a bit surprise that nobody has stumbled upon the bug. It was the first thing that hit me when...

Link to TLS [sample](https://docs.supersocket.net/v2-0/en-US/Enable-Transport-Layer-Security-TLS-in-SuperSocket). TLS1 and 1.1 is deprecated and would be cause problems in most modern OS.

Have you tried to create a byte[] bytes = new byte[29] { 0x00, 0x02, } and try to sent it.

I am not sure which layer is removing the null character.