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"

(Events, Presentations, Articles: reorganised webinar information)
(11 intermediate revisions by 3 users not shown)
Line 25: Line 25:
  
 
Current open discussions and proposals
 
Current open discussions and proposals
 +
*[[Paho/GUI Utility|GUI Utility]] (discussion/designs for a replacement to the IA92 utility)
 
*[[Paho/Repository|Repository Structure]] (current, proposed, and discussion)  
 
*[[Paho/Repository|Repository Structure]] (current, proposed, and discussion)  
 
*[[Paho/Paho Websockets|MQTT over WebSockets]] spec, requirements, and discussion
 
*[[Paho/Paho Websockets|MQTT over WebSockets]] spec, requirements, and discussion
 +
*[[Embedded C client]] Design
 +
*[[Paho/Java 8 client]] (discussion/design for a java client based on Java 8)
 +
*[[Paho/Go Client Design|Go Client Design]] Discussion of changes to the internals and API of the Go client
  
 
*Paho brokers
 
*Paho brokers
Line 41: Line 45:
 
*[http://groups.google.com/group/mqtt MQTT Protocol discussion Google Group] (note: not Paho-specific)  
 
*[http://groups.google.com/group/mqtt MQTT Protocol discussion Google Group] (note: not Paho-specific)  
 
*[[Paho/People|Who's Who in Paho]]
 
*[[Paho/People|Who's Who in Paho]]
 +
*[[Paho/Branding|Paho Project Branding]]
 +
*[[Paho/Website|Paho Website details]]
  
 
= Events, Presentations, Articles  =
 
= Events, Presentations, Articles  =
  
 +
*[[MQTT_Interop_Testing_Day|MQTT Interoperability Testing Day]]
 
*[[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 50: Line 57:
 
*[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  =
Line 56: Line 65:
 
*[http://mobilave.info/blog/2012/Quick_start_guide_for_the_Paho_MQTT_Java_Client.html A quick start guide to the Paho MQTT Java client]
 
*[http://mobilave.info/blog/2012/Quick_start_guide_for_the_Paho_MQTT_Java_Client.html A quick start guide to the Paho MQTT Java client]
 
*[http://mobilave.info/blog/2012/Quick_start_guide_for_the_Eclipse_Paho_Plug-in.html A quick start guide to the Eclipse Paho Plug-in]
 
*[http://mobilave.info/blog/2012/Quick_start_guide_for_the_Eclipse_Paho_Plug-in.html A quick start guide to the Eclipse Paho Plug-in]
 +
*[[Log and Debug in the Java client]]
  
  
 
[[Category:Eclipse_Technology_Project]] [[Category:Machine-to-Machine]] [[Category:Paho]]
 
[[Category:Eclipse_Technology_Project]] [[Category:Machine-to-Machine]] [[Category:Paho]]

Revision as of 04:47, 1 May 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

Project Resources

Events, Presentations, Articles

Quick Start Guides

Back to the top