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

From wiki.netio-products.com
Jump to navigation Jump to search
(Community)
(20 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;">
 
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Resources</h2>
 
 
<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: 50%; margin-bottom: 1em; margin-top: 1em; min-width: 10em; text-align: justify; vertical-align: top; white-space: normal;">
 
  
=== M2M API Reference ===
+
<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;">
 +
<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 37: Line 37:
  
 
[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>
 +
<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;">
 +
<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]
  
<div style="display: inline-block; padding: 0 0 2em 2em; margin-bottom: 1em; margin-top: 1em; border-left: 1px solid gray; width: 50%; min-width: 10em; text-align: justify; white-space: normal;">
+
[https://github.com/Koukaam/netio-utils/tree/master/actions GitHub - obsolete (Koukaam)]
  
=== Public projects & examples ===
+
[[NETIO UDP Discover]]
==== Official ====
 
[https://github.com/netioproducts GitHub - official]
 
  
[https://github.com/Koukaam/netio-utils/tree/master/actions GitHub - obsolete (Koukaam)]
+
=== Community ===
 +
[https://github.com/distopik/netio-4c-prometheus Prometheus integration]
  
==== Community ====
 
 
[https://github.com/stdevel/check_netio Nagios plugin]
 
[https://github.com/stdevel/check_netio Nagios plugin]
  
Line 64: Line 66:
 
[https://groups.google.com/forum/#!topic/openhab/O6psocjU70s Read consumption in OpenHAB - HTTP]
 
[https://groups.google.com/forum/#!topic/openhab/O6psocjU70s Read consumption in OpenHAB - HTTP]
  
[https://www.instructables.com/id/How-to-Work-With-JSON-in-Node-RED/ Controll NETIO 4All from NodeRED]
+
[https://www.instructables.com/id/How-to-Work-With-JSON-in-Node-RED/ NETIO 4All from NodeRED]
  
 +
[https://github.com/theone1984/netio-jenkins Jenkins plugin]
 +
</div>
 +
</div>
  
  
 
</div>
 
</div>
</div>
+
 
  
 
</div>
 
</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;">
  
<div style="display: inline-block; padding: 0 2em; border-left: 1px 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>
 
 
=== Don't know LUA? ===
 
=== Don't know LUA? ===
==== [https://www.lua.org/pil/contents.html Lua tutorial] ====
+
==== [https://www.lua.org/pil/contents.html 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 [https://www.lua.org/demo.html online environment] will be a good place to test your first scripts.
 
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 [https://www.lua.org/demo.html online environment] will be a good place to test your first scripts.
==== [https://www.lua.org/manual/5.3/ Lua manual] ====
+
==== [https://www.lua.org/manual/5.3/ 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.
 
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 ===
 
=== Lua in NETIO ===
==== [[NETIO Lua Manual]] ====
+
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 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]] ====
==== [[NETIO Lua from original Lua difference]] ====
+
A quick jump into NETIO Lua programming if you mastered another programming language. It's simple...
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 Tips & Philosophy]] ====
 
==== [[NETIO Lua Tips & Philosophy]] ====
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.
+
Explanation of starting LUA scripts in NETIO devices and some tips how to hack NETIO to doing what you want.
 +
 
 
==== [[NETIO Specific Reference manual]] ====
 
==== [[NETIO Specific Reference manual]] ====
If you can already code in Lua, NETIO-specific Lua functions is your main guide to programm NETIO Sockets.
+
If you can already code in Lua, NETIO-specific Lua functions is your main guide to programing NETIO Sockets.
 +
 
 
==== [[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 09: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