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"

(Quick Start Guides)
(39 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Paho}}
+
{{Infobox
 +
| name = Paho
 +
| download = http://eclipse.org/paho/download.php
 +
| website = http://eclipse.org/paho
 +
| list = paho-dev
 +
| newsgroup = eclipse.paho
 +
| irc = mqtt
 +
| product = Paho
 +
| source = http://git.eclipse.org/c/paho/
 +
}}  
  
[[Image:PahoHALF.png]]
+
'''pāho''' ''(verb)'' to broadcast, make widely known, announce, disseminate, transmit (via [http://www.maoridictionary.co.nz/index.cfm?dictionaryKeywords=paho the Maori dictionary])
 +
 
 +
[[Image: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 [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  =
 +
 
 +
Progress and status
 +
*What is the project direction? [[Paho/Project Plan|project plan]]
 +
*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]
 +
 
 +
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/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  =
 +
 
 +
*[http://www.eclipse.org/proposals/technology.paho/ Paho Project Proposal]
 +
*[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]
 +
*[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://groups.google.com/group/mqtt MQTT Protocol discussion Google Group] (note: not Paho-specific)
 +
*[[Paho/People|Who's Who in Paho]]
 +
*[[Paho/Branding|Paho Project Branding]]
 +
*[[Paho/Website|Paho Website details]]
 +
 
 +
= Events, Presentations, Articles  =
 +
 
 +
*[[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]
 +
*[http://www.slideshare.net/andypiper/eclipse-paho-progress-report-eclipsecon-2012 Eclipse Paho Progress Report], EclipseCon M2M BoF March 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://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
 +
 
 +
= Quick Start Guides  =
 +
 
 +
*[http://andypiper.co.uk/2012/03/10/paho-gets-started/  A quick start guide to the Paho MQTT C 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]
 +
*[[Log and Debug in the Java client]]
 +
 
 +
 
 +
[[Category:Eclipse_Technology_Project]] [[Category:Machine-to-Machine]] [[Category:Paho]]

Revision as of 05:51, 5 August 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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.