comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: MQTT native Ada implementation
Date: Sat, 26 Mar 2016 10:05:59 +0100
Date: 2016-03-26T10:05:59+01:00	[thread overview]
Message-ID: <nd5jej$1u24$1@gioia.aioe.org> (raw)
In-Reply-To: 9nrJy.127637$bx.64433@fx35.am4

On 2016-03-26 09:03, Per Sandberg wrote:

> Do you implement support for the TLS transport as well ?

Yes. The implementation is driven by a connections server object. The 
connections server may run several protocols simultaneously. The server 
itself has a number of implementations, one of them is a secure server 
that uses GNUTLS as the SSL/TLS layer. That should do it, I think.

MQTT with TLS must be quite slow with the QoS level 2, which deploys a 
lot of small packets sent here and there. And in general, MQTT design is 
not very exciting, but it was easy to implement, so I gave it a try.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


  reply	other threads:[~2016-03-26  9:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24 19:15 MQTT native Ada implementation Dmitry A. Kazakov
2016-03-26  8:03 ` Per Sandberg
2016-03-26  9:05   ` Dmitry A. Kazakov [this message]
2016-03-28  7:35   ` Maciej Sobczak
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox