Welcome to NETIO resources & projects & documentation overview

From wiki.netio-products.com
Revision as of 00:58, 10 July 2019 by Bbakala (talk | contribs) (M2M API Reference)
Jump to navigation Jump to search

NETIO Lua Programming

NETIO uses Lua as its scripting language. To master it, follow these references:

Lua tutorial

If you are new to Lua and programming as such and if you are eager to learn, this is your starting point. Before you proceed to NETIO Sockets, this online environment will be a good place to test your first scripts.

Lua manual

Although you won't need everything mentioned here, it is worth to peek here from time to time to grasp the concepts of effective Lua programming.

NETIO Lua Manual

A quick jump into NETIO Lua programming if you mastered another programming language. If you already know Lua, just keep in mind that NETIO Lua loops are limited to 32k cycles and all numbers are integers, not decimals like in standard Lua.

NETIO Lua Reference

If you can already code in Lua, NETIO-specific Lua functions is your main guide to programm NETIO Sockets.

LUA Aplication notes

Aplication notes for devices supporting LUA programming. Example configurations downloads and Script programming explanation with direct links to reference