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)
m (Added wayback-link for "site no longer valid")
 
Line 69: Line 69:
  
 
*[http://andypiper.co.uk/2012/03/10/paho-gets-started/  A quick start guide to the Paho MQTT C client]
 
*[http://andypiper.co.uk/2012/03/10/paho-gets-started/  A quick start guide to the Paho MQTT C client]
*{{Strikeover|[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]}} (site no longer valid)
+
*{{Strikeover|[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]}} (site no longer valid) ([https://web.archive.org/web/20130610080447/http://mobilave.info/blog/2012/Quick_start_guide_for_the_Paho_MQTT_Java_Client.html see Internet Archive])
 
*{{Strikeover|[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]}} (site no longer valid)
 
*{{Strikeover|[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]}} (site no longer valid)
 
*[[Log and Debug in the Java client]]
 
*[[Log and Debug in the Java client]]

Latest revision as of 11:32, 16 December 2021

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