-
Paul Kierstead wrote,
So, I tweaked TLS_client_method to be TLSv1_2_client_method and it compiles fine on the PI (but I presume this limits it to TLS1.2, which is fine by me...) and it #29 is working…
ty4tw updated
7 years ago
-
Hello
I am trying to use this program on an arduino with xbee module, but the program is stucked at the "try to connect message"
Any idea ?
-
Tomoaki,
I've just been trying out the gateway. Started up first time, which is great :-)
I've been using the client sample programs in MQTTSNPacket/samples
qos0pub_register: the first message get…
-
Thanks for the work Tomoaki. I've just been trying out the gateway and I have some questions.
1) Why do we have to create the files rbmutex.key, ringbuffer.key and semaphore.key? Is there a reason …
-
-
Hi,
I'd like to start a thread to have a dialog about server side WCF on .NET Core. For me the WCF stack is quite impressive, and support for server side WCF on .NET Core would be fantastic. Please f…
-
Have two xbee clients doing periodic publishes, so when the gateway comes up, they will both reconnect. This always causes a seg fault.
```
*********************************************************…
-
Hi,
The tool set works great in my mac connecting to an RSMB. But when I tried to build a mqtt client code using your mutt-sn.c for a Marvel micro controller, I get the following error. I am using GN…
-
The ClientId for MQTT-SN Connect is defined as the same in MQTT, therefore an anonymous client should be allowed if CleanSession is set to 1.
-
Based on a request by @tkurki (requested in [this comment](https://github.com/SignalK/specification/issues/288#issuecomment-259089191) in #288 ), here's one possible implementation for letting sensors…