Sample Applications
This page provides an overview of the sample applications available for Atym-enabled devices.
Available Samples
We offer several sample applications to help you understand and explore the capabilities of Atym. Each link below leads to a dedicated guide that walks you through how to build, deploy, and run the sample on an Atym-enabled device:
| Sample | Description | Features |
|---|---|---|
| Hello World | Introduces you to the fundamentals of building and deploying Atym containers. | Standard I/O |
| Blinky | Demonstrates GPIO usage by toggling an LED. | GPIO |
| Echo Server | A minimal server that showcases basic networking by echoing back any data it receives. | Networking, WebSockets |
| Web Server | Shows how to serve HTTP and WebSocket connections from an Atym container using the Mongoose networking library. | HTTP server, WebSocket server, Mongoose |
Accessing the Samples
You can find all sample applications in the ocre-sdk/generic/ directory of the Atym Toolchain repository. Each folder contains the sample source code and links to step-by-step instructions (see table above).
Before building or deploying any samples, complete both the Quickstart Guide and the Getting Started with Atym guide.
Next Steps
Once you're familiar with the sample code, select any sample in the left sidebar to learn how to build and deploy it.