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

From wiki.netio-products.com
Jump to navigation Jump to search
(Community)
(11 intermediate revisions by 2 users 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 2em 2em; margin-bottom: 2em; width: 46%; min-width: 15em; border-right: 1px solid gray; text-align: justify; vertical-align: top; white-space: normal;">
+
<div style="display: inline-block; padding: 0 0 0 0; border-left: 0px solid gray; width: 40%; vertical-align: top; white-space: normal;">
 
<div style="text-align: center; white-space: nowrap;">
 
<div style="text-align: center; white-space: nowrap;">
<div style="display: inline-block; padding: 0 0 0 0; width: 48%; margin-bottom: 1em; border-right: 0px solid gray; margin-top: 0em; min-width: 10em; text-align: justify; vertical-align: top; white-space: normal;">
+
 
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 0 0 1em;"> Integration</h2>
+
<div style="background: #eaf6f2; display: inline-block; margin: 0 1em 0 1em; border-left: 0px solid gray; width: 45%; vertical-align: top; white-space: normal;">
=== M2M API Reference ===
+
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;">Interoperability</h2>
 +
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;">
 +
=== M2M API doc ===
 
[[MQTT-flex]]
 
[[MQTT-flex]]
  
Line 21: Line 23:
 
[[Modbus TCP]]
 
[[Modbus TCP]]
  
=== Examples ===
+
=== Integrations ===
 
[https://www.home-assistant.io/components/netio/ Home Assistant]
 
[https://www.home-assistant.io/components/netio/ Home Assistant]
  
Line 36: Line 38:
 
[https://www.jam-software.com/serversentinel/online_manual/EN/index.html?actions_netio230bnetworkpowersocket.html Jam-software - ServerSentinel]
 
[https://www.jam-software.com/serversentinel/online_manual/EN/index.html?actions_netio230bnetworkpowersocket.html Jam-software - ServerSentinel]
 
</div>
 
</div>
<div style="display: inline-block; padding: 0 0 2em 2em; margin-bottom: 1em; margin-top: 0em; border-left: 1px solid gray; width: 48%; min-width: 10em; text-align: justify; white-space: normal;">
+
</div>
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 0 0 1em;"> Community</h2>
+
<div style="background: #eaf6f2; display: inline-block; padding: 0 0 0 0; border-left: 0px solid gray; width: 50%; vertical-align: top; white-space: normal;">
==== Official ====
+
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;"> Community </h2>
 +
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: left; vertical-align: top; white-space: normal;">
 +
=== Tools ===
 
[https://github.com/netioproducts GitHub - official]
 
[https://github.com/netioproducts GitHub - official]
  
 
[https://github.com/Koukaam/netio-utils/tree/master/actions GitHub - obsolete (Koukaam)]
 
[https://github.com/Koukaam/netio-utils/tree/master/actions GitHub - obsolete (Koukaam)]
  
==== Community ====
+
[[NETIO UDP Discover]]
 +
 
 +
=== Community ===
 +
[https://github.com/distopik/netio-4c-prometheus Prometheus integration]
 +
 
 
[https://github.com/stdevel/check_netio Nagios plugin]
 
[https://github.com/stdevel/check_netio Nagios plugin]
  
Line 63: Line 71:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
 
</div>
 
</div>
<div style="display: inline-block; padding: 0 2em; border-left: 0px solid gray; width: 46%; min-width: 15em; text-align: justify; white-space: normal;">
+
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Lua Programming </h2>
+
 
 +
</div>
 +
<div style="display: inline-block; padding: 0 1em 0 0; border-right: 0px solid gray; width: 60%; vertical-align: top; white-space: normal;">
 +
<div style="background: #eaf6f2; display: inline-block; margin: 0 1em 0 1em; border-left: 0px solid gray; width: 98%; vertical-align: top; white-space: normal;">
 +
<h2 style="background: #005f41; color: #FFF; margin: 0 0 0 0; padding: 0 1em 0 1em;"> NETIO Lua Programming </h2>
 +
<div style=" display: inline-block; padding: 0 1em 0 1em;text-align: justify; vertical-align: top; white-space: normal;">
 +
 
 
=== Don't know LUA? ===
 
=== Don't know LUA? ===
 
==== [https://www.lua.org/pil/contents.html Official Lua tutorial] ====
 
==== [https://www.lua.org/pil/contents.html Official Lua tutorial] ====
Line 73: Line 89:
  
 
=== Lua in NETIO ===
 
=== Lua in NETIO ===
==== [[Lua basics & NETIO Lua from original Lua difference]] ====
+
If you already know Lua, just keep in mind that <b>NETIO Lua loops are limited to 32k cycles</b> and all <b>numbers are integers, not decimals</b> like in standard Lua.
A quick jump into NETIO Lua programming if you mastered another programming language. If you already know Lua, just keep in mind that <b>NETIO Lua loops are limited to 32k cycles</b> and all <b>numbers are integers, not decimals</b> 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]] ====
 
==== [[NETIO Lua Tips & Philosophy]] ====
 
Explanation of starting LUA scripts in NETIO devices and some tips how to hack NETIO to doing what you want.
 
Explanation of starting LUA scripts in NETIO devices and some tips how to hack NETIO to doing what you want.
Line 83: Line 100:
 
==== [[Examples & Aplication notes]] ====
 
==== [[Examples & Aplication notes]] ====
 
Aplication notes for devices supporting LUA programming. Example configurations downloads and Script programming explanation with direct links to reference
 
Aplication notes for devices supporting LUA programming. Example configurations downloads and Script programming explanation with direct links to reference
 
+
</div>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
__NOTOC__
 
__NOTOC__

Revision as of 10:52, 9 October 2019

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