Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 3.05 KB

README.md

File metadata and controls

71 lines (51 loc) · 3.05 KB

ALEOS AF training

Training dedicated to Sierra Wireless [ALEOS Application Framework] (http://www.sierrawireless.com/en/productsandservices/AirLink/AirLinkSoftware/AirLink_Embedded_Software/ALEOS_Application_Framework.aspx).

Goals

This project aims to provide users with some self training material about ALEOS AF. It will help users to:

  • Setup the whole environment needed to use ALEOS AF.
  • Be confortable with the basics of Lua, the programing language used in ALEOS AF.
  • Get an overview of the libraries provided by ALEOS AF.
  • Be introduced to AirVantage service platform that can help operate ALEOS AF solutions.

Audience

This training targets developers at large. No prior experience with Lua, embedded development or Sierra Wireless devices is required. However some basic knowledge about programation may be needed.

Labs

The training is devided into "labs" that target one or several aspects of ALEOS AF. These labs are built around code samples and associated exercises.

Each lab includes:

  • A README.md file that describes the lab andprovides the instructions for the exercises
  • A mock project that need to be imported in the IDE. This project contains Lua files that will be completed during the exercises
  • A solution project that can be imported in the IDE in order to be compared to the completed mock project.

Plan

The labs are meant to be done in the folowing order:

  1. Environement
    1. [Setup] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/Setup).
    2. [Getting Started] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/GettingStarted).
  2. Lua 3. [Lua Basics] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/LuaBasics). 4. [Lua Functions] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/LuaFunctions). 5. [Lua Tables] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/LuaTables). 6. [Lua Modules] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/LuaModules). 7. [Lua Objects] (https://github.com/SierraWireless/ALEOSAF-training/tree/master/Labs/LuaObjects).
  3. AlEOS AF

Feedback and Support

To get support or share some feedback about the training, please use Sierra Wireless [forum] (http://forum.sierrawireless.com).

On site training

If you want to attend an ALEOS AF live training, please refer tothe dedicated [page] (http://developer.sierrawireless.com/en/Resources/Resources/Trainings/ALEOS_AF_Live_Training.aspx) on Sierra Wireless Developer Zone.