Skip to main content

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:

SampleDescriptionFeatures
Hello WorldIntroduces you to the fundamentals of building and deploying Atym containers.Standard I/O
BlinkyDemonstrates GPIO usage by toggling an LED.GPIO
Echo ServerA minimal server that showcases basic networking by echoing back any data it receives.Networking, WebSockets
Web ServerShows 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).

Note

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.