Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 3.72 KB

README_TEMPLATE.md

File metadata and controls

78 lines (51 loc) · 3.72 KB

PadoGrid PadoGrid | Catalogs | Manual | FAQ | Releases | Templates | Pods | Kubernetes | Docker | Apps | Quick Start


Host OS VM Docker Kubernetes

[Update the above platform list with the supported platforms by this bundle.]

Mosquitto/MQTT Bundle Template

[Enter your header description here. Try to limit to two (2) lines. Delete this line.]

Installing Bundle

[Enter your bundle name below and delete this line.]

install_bundle -download bundle-mosquitto-...

Use Case

[Enter detailed use case descriptions including one or more diagrams. Delete this line.]

Bundle Template Diagram

Required Software

  • name1 version
  • name2 version

Required Hardware

  • Memory
  • CPUs
  • Number of Machines
  • Etc.

Bundle Contents

[Enter a directory tree view. Try to keep it short by showing only the core nested items. Delete this line.]

bundle-template/
├── bin_sh
│   ├── build_app
│   ├── cleanup
│   ├── setenv.sh
│   ├── start_mosquitto
│   ├── start_padogrid
│   ├── stop_mosquitto
│   └── stop_padogrid
├── etc
│   ├── mqttv5-client.yaml
└── padogrid
    └── etc
        └── mqttv5-client.xml

1. [Enter instruction step. Enumerate steps if possible.]

2. [Enter instruction step. Enumerate steps if possible.]

3. [Enter instruction step. Enumerate steps if possible.]

Teardown

[Always include teardown steps. Delete this line.]

References

  1. [Enter the name of a reference article, book, web link, etc.]
  2. [Enter the name of a reference article, book, web link, etc.]

PadoGrid PadoGrid | Catalogs | Manual | FAQ | Releases | Templates | Pods | Kubernetes | Docker | Apps | Quick Start