Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Items for Paho Roadmap

Hi Ian, a suggestion:

- Any way of obtaining statistics about the Mqtt client could be interesting. Even a new callback "onNewStatsUpdate" or similar could be great. The information provided by this method would be something like:

- # of messages sent.
- # of bytes sent
- # of messages received.
- # of messages received
- # of messages pending/queued
- # of bytes pending/queued.
- overload alert
- # of disconnections
- # of timeouts
- # of succesful connections
- # of succesful reconnections
- # of persisted messages
- # of persisted bytes.
- # 
- And so on...

Best regards.

2015-10-26 0:13 GMT+01:00 Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxxxxx>:
Hello all,

I'm planning to put together a release roadmap for Paho for the next year to 18 months.  Items on the list include:

- contributing to M2Mqtt: regression tests, disk persistence, maybe some other items
- offline buffering (ability to send while not connected) and automatic reconnect for C, Java and _javascript_ clients
- ongoing embedded client improvements: proper FreeRTOS support, asynchronous clients, build improvements, documentation: porting guides, tutorials, formal MQTTClient-C release
- Android service stability - it's possible James has achieved much of this already, but we'll have to
- WebSockets support for C, Python clients (any others?)
- MQTT-SN to MQTT embedded gateway
- MQTT conformance test material
- possibly an MQTT forwarder for DMZ (it's been mooted, but I'm not exactly sure what it means)

- device management in the form of a LwM2M mapping over MQTT.  However, before we can commit to an implementation plan, the Eclipse Foundation is working to clarify a few legal matters with the OMA.


Are there any other items that anyone would like to see?  All comments welcome.

Thanks

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev



--
---
Manuel Domínguez Dorado
ingeniero ARROBA ManoloDominguez PUNTO com
http://www.ManoloDominguez.com

Back to the top