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

From wiki.netio-products.com
Jump to navigation Jump to search
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 2em 2em; margin-bottom: 2em; width: 46%; min-width: 15em; border-right: 1px solid gray; text-align: justify; vertical-align: top; white-space: normal;">
  
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Resources</h2>
 
<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 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 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 ===
 
=== M2M API Reference ===
 
Coming soon.2
 
Coming soon.2
  
=== Configuration examples ===
+
 
Coming soon.
+
=== Integrations ===
 +
[[IBM Cloud]] -  MQTT Flex
 +
 
 +
[[Azure IoT Hub]] - MQTT
 +
 
 +
[[HiveMQ]] -  MQTT Flex
 +
 
 +
[[NodeRED]] - JSON API
 +
 
  
 
</div>
 
</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="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;">
 +
 
 +
=== Public projects & examples ===
 +
==== Official ====
 +
[https://github.com/netioproducts GitHub - official]
 +
 
 +
==== Community ====
 +
[https://github.com/stdevel/check_netio Nagios plugin]
 +
 
 +
[https://github.com/elmicro/fhem_netio_4x_pm FHEM module by Elmicro]
 +
 
 +
[https://github.com/imolein/lua-netio LUA control Library]
 +
 
 +
[https://github.com/rynr/netio Java Control Library]
  
=== Integrations ===
+
[https://github.com/st3veV/Netio-OpenHAB OpenHAB using MQTT]
Coming soon.
+
 
 +
[https://jirikuba.github.io/NETIO.SpinaniHDO/ NETIO controlled by HDO]
 +
 
 +
[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]
  
=== Community ===
 
Coming soon.
 
 
</div>
 
</div>
 
</div>
 
</div>
Line 26: Line 50:
 
</div>
 
</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="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>
 
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Lua Programming </h2>
Line 33: Line 57:
 
=== [https://www.lua.org/pil/contents.html Lua tutorial] ===
 
=== [https://www.lua.org/pil/contents.html 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] ===
 +
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]] ===
 
=== [[NETIO Lua Manual]] ===
Line 40: Line 67:
 
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 programm NETIO Sockets.
  
=== [https://www.lua.org/manual/5.3/ Lua manual] ===
+
=== [[LUA Aplication notes]] ===
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.
+
Aplication notes for devices supporting LUA programming. Example configurations downloads and Script programming explanation with direct links to reference
  
 
</div>
 
</div>

Revision as of 00:35, 10 July 2019

NETIO Resources

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