Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Paho"

(Development)
(Events, Presentations, Articles)
Line 54: Line 54:
  
 
*[[MQTT_Interop_Testing_Day|MQTT Interoperability Testing Day]]
 
*[[MQTT_Interop_Testing_Day|MQTT Interoperability Testing Day]]
 +
*[http://blog.benjamin-cabe.com/2014/08/26/mqtt-on-the-ti-cc3200-launchpad-thanks-to-paho-embedded-client MQTT on the TI CC3200 LaunchPad thanks to Paho embedded client] August 2014
 +
*[http://www.infoq.com/articles/practical-mqtt-with-paho Practical MQTT with Paho], Infoq, Nov 2013
 +
*[http://www.eclipse.org/paho/TalkingSmall.html Talking Small.  Using Eclipse Paho's MQTT on BeagleBone Black and Raspberry Pi]
 
*[[Media:M2M_-_MQTT_Analyst_Briefing_Package.pdf|M2M-IWG and Paho Announcement]], November 2011  
 
*[[Media:M2M_-_MQTT_Analyst_Briefing_Package.pdf|M2M-IWG and Paho Announcement]], November 2011  
 
*[[Media:EclipseCon2012_M2M.pdf|Using MQTT and Eclipse Tools to Write an End-to-End M2M Application]], EclipseCon March 2012 (thanks to Eurotech) - source code attached to [https://bugs.eclipse.org/bugs/show_bug.cgi?id=376348|bug #376348]  
 
*[[Media:EclipseCon2012_M2M.pdf|Using MQTT and Eclipse Tools to Write an End-to-End M2M Application]], EclipseCon March 2012 (thanks to Eurotech) - source code attached to [https://bugs.eclipse.org/bugs/show_bug.cgi?id=376348|bug #376348]  
Line 60: Line 63:
 
*[http://jaxenter.com/an-easy-route-to-interoperability-interview-with-andy-piper-on-eclipse-paho-43004.html "An Easy Route to Interoperability"], JAXenter article June 2012  
 
*[http://jaxenter.com/an-easy-route-to-interoperability-interview-with-andy-piper-on-eclipse-paho-43004.html "An Easy Route to Interoperability"], JAXenter article June 2012  
 
*[http://blip.tv/eclipse-videos/getting-started-with-mqtt-6375257 Getting Started with MQTT Webinar (video replay)], [[media:MQTTIntroEclipseWebinarv1.pdf|(charts)]], Eclipse M2M Webinar series Sept 2012
 
*[http://blip.tv/eclipse-videos/getting-started-with-mqtt-6375257 Getting Started with MQTT Webinar (video replay)], [[media:MQTTIntroEclipseWebinarv1.pdf|(charts)]], Eclipse M2M Webinar series Sept 2012
*[http://www.infoq.com/articles/practical-mqtt-with-paho Practical MQTT with Paho], Infoq, Nov 2013
 
*[http://www.eclipse.org/paho/TalkingSmall.html Talking Small.  Using Eclipse Paho's MQTT on BeagleBone Black and Raspberry Pi]
 
  
 
= Quick Start Guides  =
 
= Quick Start Guides  =

Revision as of 11:03, 30 September 2014

Paho
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

pāho (verb) to broadcast, make widely known, announce, disseminate, transmit (via the Maori dictionary)

PahoHALF.png

The Paho project has been created to provide scalable open-source implementations of open and standard messaging protocols aimed at new, exisiting, and emerging applications for Machine-to-Machine (M2M) and Internet of Things (IoT).

Paho reflects the inherent physical and cost contraints of device connectivity. Objectives include effective levels of decoupling between devices and applications, designed to keep markets open and encourage the rapid growth of scalable Web and Enterprise middleware and applications. Paho initially started with MQTT publish/subscribe client implementations for use on embedded platforms, and in the future will bring corresponding server support as determined by the community.

Development

Progress and status

Current open discussions and proposals

  • Android Service (discussion/designs for enhancements to the Android service)
  • Paho/Java 8 client (discussion/design for a java client based on Java 8)
  • Go Client Design Discussion of changes to the internals and API of the Go client
  • GUI Utility (discussion/designs for a replacement to the IA92 utility)

Inactive or closed discussions and proposals

Project Resources

Events, Presentations, Articles

Quick Start Guides

Back to the top