Template Examples 1.2¶
Veea provides many examples that demonstrate how to use devices and services on the VeeaHub. These examples are known as Templates.
The table below shows a list of templates with short descriptions. This list is constantly being updated, so more templates might exist when you use VHC to use them.
| Name | Description |
|---|---|
| vh_bluetooth_sensortag_cc2650 | Sample container that demonstrates communication with SensorTag cc2650 over bluetooth |
| vh_config | Sample golang web server that demostrates using the configuration volume |
| vh_dbus | Sample Python container that demonstrates a simple DBUS interaction |
| vh_ext_serial | Sample VHX09-10 container that demonstrates the external serial port |
| vh_golang_web | Sample golang web server created using multistage build pattern to keep image small |
| vh_haproxy | Sample container that demonstrates using a proxy server to access a web server |
| vh_iperf | Sample container that demonstrates TCP and UDP sockets using Iperf |
| vh_mdns | Sample container that demonstrates mDNS service discovery and queries |
| vh_modbus | Sample container that demonstrates the use ofMODBUS RS-485 with an XY-MD02 sensor |
| vh_netcat_client | Sample container that demonstrates running a netcat client |
| vh_netcat_server | Sample container that demonstrates running a netcat server |
| vh_nodejs_web | Sample container that demonstrates a Node.js web server |
| vh_persistent_storage | Sample container that demonstrates usage of apersistent storage volume |
| vh_python | Sample container that demonstrates running Alpine with Python 3 |
| vh_sshd | Sample container that demonstrates running SSHD under Alpine |
| vh_zigbee | Sample container that demonstrates using zigbee |
The VHC tool can be used to instantiate, build, and load these templates. Several of the template are used as examples in the tutorials that are part of the developer documentation.