Re: [Mosquitto-users] Mosquitto SSL options for embedded targets

2014-03-04 Thread Remi SALEMBIER
Hi Roger, You mean that if TLS-PSK is required, there is no other library than OpenSSL that match the needs ? Thanks. Remi De : Mosquitto-users [mailto:mosquitto-users-bounces+remi.salembier=niji...@lists.launchpad.net] De la part de Roger Light Envoyé : lundi 3 mars 2014 21:43 À : david.r...

Re: [Mosquitto-users] Timestamp TCP option

2014-02-28 Thread Remi SALEMBIER
Hi Gaetan, I'm afraid this is not an MQTT related question. MQTT is not specifically dedicated to be used over TCP. Please have a look at this : http://en.wikipedia.org/wiki/Transmission_Control_Protocol#TCP_timestamps Cheers, Remi -Message d'origine- De : Mosquitto-users [mailto:mosq

[Mosquitto-users] Advanced certificate verification

2014-02-07 Thread Remi SALEMBIER
Hi, Mosquitto broker is currently able to verify certificates based on CRLs. It is not possible to proceed to custom advanced verifications (eg: online controls using OCSP). In the same way, Mosquitto client only allow to control (or not) the name of the certificate: if the certificate's name m

Re: [Mosquitto-devel] Daemonise restriction to be able to write PID file

2014-01-14 Thread Remi SALEMBIER
ger On Mon, Jan 13, 2014 at 10:21 AM, Remi SALEMBIER wrote: > Hi, > > > > I am looking for a way to stop Mosquitto from an external process. It > is possible to put the pid of Mosquitto into a file, but only in the > daemon mode. Unfortunately I cannot run Mosquitto in a daem

[Mosquitto-devel] Daemonise restriction to be able to write PID file

2014-01-13 Thread Remi SALEMBIER
Hi, I am looking for a way to stop Mosquitto from an external process. It is possible to put the pid of Mosquitto into a file, but only in the daemon mode. Unfortunately I cannot run Mosquitto in a daemon mode as I need to be able to verify from my launcher script that Mosquitto is always ali

[Mosquitto-users] Specific cipher usage with Mosquitto Broker

2013-12-17 Thread Remi SALEMBIER
Hi, I was trying to use a specific cipher (ECDHE-ECDSA family) with the broker (you need elliptic curve certificates to be able to use it). Unfortunately, Mosquitto does not support it by default because it needs specific SSL Context initialization. Otherwise, OpenSSL will return a "no shared c

[Mosquitto-users] Mosquitto client mosquitto_start

2013-12-09 Thread Remi SALEMBIER
Hi, I am currently using the Mosquitto Client in a multi-threading mode. So I am not using mosquitto_loop but the mosquitto_loop_start / mosquitto_loop_stop functions. I have noticed that everytime the client is running the memory consumption is increased by 8MB. This is the default space alloc

Re: [Mosquitto-users] Mosquitto Plugin ACL check improvements

2013-12-05 Thread Remi SALEMBIER
st on the day. We expect to have Mosquitto updated to allow OASIS conforming clients to connect") Remi -Message d'origine- De : rogerli...@gmail.com [mailto:rogerli...@gmail.com] De la part de Roger Light Envoyé : jeudi 5 décembre 2013 17:19 À : Remi SALEMBIER Cc :

Re: [Mosquitto-users] example subscriber in C

2013-12-05 Thread Remi SALEMBIER
Hi Tim, As Sven mentioned, the mosquitto_publish and mosquitto_subscribe clients sources are provided in the client folder of the sources. So you can just extract what you want from the sub_client.c file to match your need. Remi De : Mosquitto-users [mailto:mosquitto-users-bounces+remi.salemb

Re: [Mosquitto-users] Mosquitto Plugin ACL check improvements

2013-12-05 Thread Remi SALEMBIER
nvoyé : jeudi 5 décembre 2013 15:14 À : Remi SALEMBIER Cc : mosquitto-users@lists.launchpad.net Objet : Re: [Mosquitto-users] Mosquitto Plugin ACL check improvements Hi Remi, The ACL check needs to be carried out on each publish because both subscriptions and ACLs can contain wildcards. If I had a

[Mosquitto-users] Mosquitto Plugin ACL check improvements

2013-12-05 Thread Remi SALEMBIER
Hi, By playing with the Mosquitto plugin and the function mosquitto_auth_acl_check, I found curious that every single publication is verified from both part, the publisher and the subscriber. Wouldn't it be nicer to be able to intercept "wrong" subscriptions directly when the client tries to su

Re: [Mosquitto-users] Mosquitto Internal flush

2013-11-29 Thread Remi SALEMBIER
18:33 À : Remi SALEMBIER Cc : Jan-Piet Mens; mosquitto-users@lists.launchpad.net Objet : Re: [Mosquitto-users] Mosquitto Internal flush Interesting issue... in terms of making this a formal feature request, I'd raise a bug against mosquitto :-) NB the project is moving to Eclipse, so you

Re: [Mosquitto-users] Mosquitto Internal flush

2013-11-28 Thread Remi SALEMBIER
Yeah, I know it is still possible to clear all the retained data by publishing with no payload... But to do that I need to store somewhere all the topics I need to clear (using the Mosquitto plugin probably) and then send all the publish requests to the broker. It's quiet a heavy way to just pe

[Mosquitto-users] Mosquitto Internal flush

2013-11-28 Thread Remi SALEMBIER
Hi, I am facing a problem using Mosquitto broker: I would like to be able to clear the publications retained by the broker. To date, I have not found any way of doing this (eg: sending a signal to the broker). The only solution for me is to restart the Mosquitto which is not a very very clean s

[Mosquitto-users] MQTT 3.1.1

2013-11-07 Thread Remi SALEMBIER
Hi, Oasis specifications for MQTT 3.1.1 are going to be finalized this end of year. All major points in the road map are closed : https://tools.oasis-open.org/issues/browse/MQTT?report=com.atlassian.jira.plugin.system.project:roadmap-panel The 3.1.1 version of MQTT is nearly terminated: https://ww