Sample Applications
This page provides an overview of the sample applications available for Ocre-enabled devices. These samples demonstrate how to build and deploy applications using the Ocre platform, helping you get started with development quickly and efficiently.
Available Samples
We offer two sample applications to help you understand and explore the capabilities of the Ocre platform:
-
Hello World: A basic application that demonstrates the fundamental structure of an Ocre application and familiarizes you with the development environment.
-
Blinky: An application that shows how to interact with device hardware by controlling an LED, introducing basic I/O operations on Ocre-enabled devices.
Accessing the Samples
To access and work with the samples:
- Open a terminal or command prompt.
- Clone the getting-started repo.
git clone git@github.com:project-ocre/getting-started.git
- Navigate to the samples directory:
cd ./samples/
From here, you can explore each of the samples to get a feel for how Ocre containers are created.
Building and Deploying the Samples
Once you’re framiliar with the sample code, simply click the appropriate sample in the left sidebar to learn how to build and deploy it.