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

From wiki.netio-products.com
Jump to navigation Jump to search
(Added WDT, PAB and Rules sections)
Line 179: Line 179:
 
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;">Configuration</h2>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;">Configuration</h2>
 
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;">
 
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;">
 +
 
===Power Analysis Blocks (PAB)===
 
===Power Analysis Blocks (PAB)===
 
+
*[https://wiki.netio-products.com/index.php?title=PAB '''General PAB description''']
*General PAB description
 
  
 
<b>PAB Examples:</b>
 
<b>PAB Examples:</b>
  
 
*Device failure control by consumption range
 
*Device failure control by consumption range
 
 
  
 
<br />
 
<br />
  
 
===Watchdog (WDT)===
 
===Watchdog (WDT)===
 +
*[https://wiki.netio-products.com/index.php?title=Watchdog '''General description''']
  
 
+
<b>Watchdog Examples:</b>
*General description
 
 
*One IP adress watchdog
 
*One IP adress watchdog
 
*Multiple IP adresses watchdig with rules
 
*Multiple IP adresses watchdig with rules
Line 201: Line 199:
  
 
===Rules===
 
===Rules===
 +
*[https://wiki.netio-products.com/index.php?title=Rules '''General description''']
  
 +
<b>Rules Examples:</b>
 
*Output control based on input state change
 
*Output control based on input state change
  

Revision as of 13:40, 22 October 2021

Interoperability

NETIO unified Open API





AV drivers for NETIO



Integrations from NETIO

  • Domotz (coming soon)


Community

Tools

NETIO GitHub - official


NETIO UDP Discover

NETIO UDP Discover - Java based Multiplatform - JAR

NETIO UPnP (Universal Plug and Play)

GitHub - obsolete (Koukaam)


Integrations by Community


Programming examples


Other 3rd party tools





Configuration

Power Analysis Blocks (PAB)

PAB Examples:

  • Device failure control by consumption range


Watchdog (WDT)

Watchdog Examples:

  • One IP adress watchdog
  • Multiple IP adresses watchdig with rules


Rules

Rules Examples:

  • Output control based on input state change


NETIO Lua Programming

Don't know LUA?

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

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

Lua in NETIO

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.

Lua basics for other language programmers

A quick jump into NETIO Lua programming if you mastered another programming language. It's simple...

NETIO Lua Tips & Philosophy

Explanation of starting LUA scripts in NETIO devices and some tips how to hack NETIO to doing what you want.

NETIO Specific Reference manual

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

Examples & Aplication notes

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


M2M Lua Active Client

M2M Lua Active Client means = SNMP get/set, HTTP get, MQTT from the custom Lua scripts.