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"

(Samples, Examples, Tutorials)
(Project Resources)
Line 28: Line 28:
 
*[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/Broker/MQTT_Java_Broker|Paho MQTT Broker proposal]]
  
 
= Events/Presentations/Articles  =
 
= Events/Presentations/Articles  =

Revision as of 02:06, 25 May 2012

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

Project Resources

Events/Presentations/Articles

Samples, Examples, Tutorials

.

Back to the top