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/Repository"

(initial page to start the discussion.)
 
(Paho Git Repository structure)
Line 3: Line 3:
 
Since the Paho project is new, the repository structure is still evolving. Here is the current structure and proposals for additional things that are coming along.
 
Since the Paho project is new, the repository structure is still evolving. Here is the current structure and proposals for additional things that are coming along.
  
{| width="400" border="1" cellpadding="1" cellspacing="1"
+
{| width="500" border="1" cellpadding="1" cellspacing="1"
 
|-
 
|-
 
| '''Location'''  
 
| '''Location'''  
 
| '''Description'''
 
| '''Description'''
 +
| '''comments'''
 
|-
 
|-
 
| org.eclipse.paho.mqtt.git  
 
| org.eclipse.paho.mqtt.git  
 
| Top-level MQTT packages
 
| Top-level MQTT packages
 +
|
 
|-
 
|-
 
| org.eclipse.paho.mqtt.c.git  
 
| org.eclipse.paho.mqtt.c.git  
 
| MQTT Client Package - C Language
 
| MQTT Client Package - C Language
 +
|
 
|-
 
|-
 
| org.eclipse.paho.mqtt.java.git  
 
| org.eclipse.paho.mqtt.java.git  
 
| MQTT Client Package - Java Language
 
| MQTT Client Package - Java Language
 +
|
 
|-
 
|-
 
| org.eclipse.paho.mqtt.lua.git  
 
| org.eclipse.paho.mqtt.lua.git  
 
| MQTT Client Package - Lua Language
 
| MQTT Client Package - Lua Language
 +
|
 +
|-
 +
| org.eclipse.paho.apps.git
 +
| MQTT sample and example applications
 +
| right now, the clients contain their own samples so what is this for?
 +
|-
 +
| org.eclipse.paho.esf.git
 +
| MQTT Application Framework
 +
| ''is this an appropriate name? ESF = Eurotech so I guess we want a more generic name''
 
|}
 
|}
 
org.eclipse.paho.apps.git MQTT sample and example applications (note: right now, the clients contain their own samples so what is this for?)
 
 
org.eclipse.paho.esf.git MQTT Application Framework (''question - is this an appropriate name? ESF = Eurotech so I guess we want a more generic name'')
 
  
  

Revision as of 08:55, 12 June 2012

Paho Git Repository structure

Since the Paho project is new, the repository structure is still evolving. Here is the current structure and proposals for additional things that are coming along.

Location Description comments
org.eclipse.paho.mqtt.git Top-level MQTT packages
org.eclipse.paho.mqtt.c.git MQTT Client Package - C Language
org.eclipse.paho.mqtt.java.git MQTT Client Package - Java Language
org.eclipse.paho.mqtt.lua.git MQTT Client Package - Lua Language
org.eclipse.paho.apps.git MQTT sample and example applications right now, the clients contain their own samples so what is this for?
org.eclipse.paho.esf.git MQTT Application Framework is this an appropriate name? ESF = Eurotech so I guess we want a more generic name


Future needs

Broker - this might be written in C (mosquitto?), or some other language (Java/OSGi). So possibly need 2 trees?

Samples

Additional clients

Copyright © Eclipse Foundation, Inc. All Rights Reserved.