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)
(4 intermediate revisions by one other user not shown)
Line 16: Line 16:
 
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).  
 
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.  
+
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 [http://mqtt.org 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  =
 
= Development  =
  
*[[Paho/Project Plan|Project Plan]]  
+
Progress and status
*[[Paho/Repository|Repository Structure]] (structure and discussion)  
+
*What is the project direction? [[Paho/Project Plan|project plan]]  
*[[Paho/Paho MQTT Broker|Paho MQTT Broker proposal]] (original draft incl Java RI)
+
*What is the team working on? [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Technology&component=MQTT&component=Samples&component=Sandbox&list_id=3090526&product=Paho&query_format=advanced&order=bug_status%2Cpriority%2Cbug_severity list of Paho bugs]
*[[Paho/Paho MQTT Brokers]] (new page for Java and C proposals)
+
 
*[[Paho/Paho Websockets]] (new page for MQTT over WebSockets)
+
Current open discussions and proposals
 +
*[[Paho/Repository|Repository Structure]] (current, proposed, and discussion)  
 +
*[[Paho/Paho Websockets|MQTT over WebSockets]] spec, requirements, and discussion
 +
 
 +
*Paho brokers
 +
**[[Paho/Paho MQTT Brokers|new Java and C proposals]]
 +
**[[Paho/Paho MQTT Broker|original draft proposal incl Java RI]]
  
 
= Project Resources  =
 
= Project Resources  =
Line 31: Line 37:
 
*[http://wiki.eclipse.org/Paho/Project_Call_Minutes Paho Project Call Minutes]
 
*[http://wiki.eclipse.org/Paho/Project_Call_Minutes Paho Project Call Minutes]
 
*[https://dev.eclipse.org/mailman/listinfo/paho-dev paho-dev Mailing List] and [http://dev.eclipse.org/mhonarc/lists/paho-dev/ Mailing List Archive]
 
*[https://dev.eclipse.org/mailman/listinfo/paho-dev paho-dev Mailing List] and [http://dev.eclipse.org/mhonarc/lists/paho-dev/ Mailing List Archive]
 +
*[http://www.eclipse.org/forums/index.php/f/247/ Paho discussion forum] NB not always as active as the mailing list
 
*[http://mqtt.org MQTT Community site] aka mqtt.org  
 
*[http://mqtt.org MQTT Community site] aka mqtt.org  
 
*[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]]
  
 
= Events, Presentations, Articles  =
 
= Events, Presentations, Articles  =
Line 42: Line 50:
 
*[http://www.slideshare.net/andypiper/eclipse-paho-mqtt-and-the-internet-of-things Eclipse Paho MQTT and the Internet of things], Eclipse Day Toulouse May 2012  
 
*[http://www.slideshare.net/andypiper/eclipse-paho-mqtt-and-the-internet-of-things Eclipse Paho MQTT and the Internet of things], Eclipse Day Toulouse May 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://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"], Eclipse M2M Webinar 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
**Charts from "Getting Started with MQTT" webinar can be found here:[[media:MQTTIntroEclipseWebinarv1.pdf]] 
+
  
 
= Quick Start Guides  =
 
= Quick Start Guides  =

Revision as of 09:59, 5 March 2013

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