Difference between revisions of "Welcome to NETIO resources & projects & documentation overview"

From wiki.netio-products.com
Jump to navigation Jump to search
(NETIO Features)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<div style="text-align: center; white-space: nowrap;">
 
<div style="text-align: center; white-space: nowrap;">
 
<div style="display: inline-block; padding: 0 2em; margin-bottom: 2em; width: 40%; min-width: 15em; text-align: justify; vertical-align: top; white-space: normal;">
 
<div style="display: inline-block; padding: 0 2em; margin-bottom: 2em; width: 40%; min-width: 15em; text-align: justify; vertical-align: top; white-space: normal;">
<div style="margin-bottom: 0.5em; margin-top: 50px; height: 50px;">[[Soubor:Netio-mainlogo.png|200px]]</div>
+
<div style="margin-bottom: 0.5em; margin-top: 50px; height: 50px;">[[File:Netio-mainlogo.png|200px]]</div>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> Introducing NETIO </h2>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> Introducing NETIO </h2>
 
NETIO sockets can operate just like any socket, but it can be connected as a network node and communicate in many protocols with various devices.
 
NETIO sockets can operate just like any socket, but it can be connected as a network node and communicate in many protocols with various devices.
  
 
=== NETIO Features ===
 
=== NETIO Features ===
Coming soon.
+
Coming soon.2
  
 
=== Connect NETIO to your network ===
 
=== Connect NETIO to your network ===
Line 17: Line 17:
 
Coming soon.
 
Coming soon.
 
</div><div style="display: inline-block; padding: 0 2em; border-left: 1px solid gray; width: 40%; min-width: 15em; text-align: justify; white-space: normal;">
 
</div><div style="display: inline-block; padding: 0 2em; border-left: 1px solid gray; width: 40%; min-width: 15em; text-align: justify; white-space: normal;">
<div style="margin-bottom: 0.5em; height: 100px">[[Soubor:Netio-lua.png]]</div>
+
<div style="margin-bottom: 0.5em; height: 100px">[[File:Netio-lua.png]]</div>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Programming </h2>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Programming </h2>
 
NETIO uses Lua as its scripting language. To master it, follow these references:
 
NETIO uses Lua as its scripting language. To master it, follow these references:

Revision as of 15:34, 20 March 2019

Netio-mainlogo.png

Introducing NETIO

NETIO sockets can operate just like any socket, but it can be connected as a network node and communicate in many protocols with various devices.

NETIO Features

Coming soon.2

Connect NETIO to your network

Coming soon.

NETIO web interface

Coming soon.

A simple NETIO application

Coming soon.

Netio-lua.png

NETIO 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.

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 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.