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

From wiki.netio-products.com
Jump to navigation Jump to search
(38 intermediate revisions by 4 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; 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; border-left: 0px solid gray; width: 40%; vertical-align: top; white-space: normal;">
<div style="margin-bottom: 0.5em; margin-top: 50px; height: 50px;">[[File:Netio-mainlogo.png|200px]]</div>
+
<div style="text-align: center; white-space: nowrap;">
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Resources</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.
 
  
=== 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;">
Coming soon.2
+
<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]]
  
=== Configuration examples ===
+
[[MQTT-flex]]
Coming soon.
+
 
 +
[[JSON API]]
 +
 
 +
[[XML API]]
 +
 
 +
[[URL API]]
 +
 
 +
[[SNMP]]
 +
 
 +
[[Telnet/Kshell]]
 +
 
 +
[[Modbus TCP]]
 +
 
 +
[[SIP]]
 +
 
 +
[[HTTP(s) Push - JSON/XML]]
 +
 
 +
[[M2M Lua Active Client]]
  
 
=== Integrations ===
 
=== Integrations ===
Coming soon.
+
[https://www.home-assistant.io/components/netio/ Home Assistant]
 +
 
 +
[[IBM Cloud]] -  MQTT-flex
 +
 
 +
[[IBM Cloud]] -  NETIO 4x MQTT-LUA
 +
 
 +
[[Azure IoT Hub]] - MQTT
 +
 
 +
[[HiveMQ]] -  MQTT-flex
 +
 
 +
[[NodeRED]] - JSON API
 +
 
 +
[https://www.jam-software.com/serversentinel/online_manual/EN/index.html?actions_netio230bnetworkpowersocket.html Jam-software - ServerSentinel]
 +
</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]
 +
 
 +
[https://github.com/Koukaam/netio-utils/tree/master/actions GitHub - obsolete (Koukaam)]
 +
 
 +
[[NETIO UDP Discover]]
 +
 
 +
[[NETIO UPnP (Universal Plug and Play)]]
  
 
=== Community ===
 
=== Community ===
Coming soon.
+
[https://github.com/distopik/netio-4c-prometheus Prometheus integration]
</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">[[File:Netio-lua.png]]</div>
+
[https://github.com/stdevel/check_netio Nagios plugin]
<h2 style="background: #005f41; color: #FFF; margin: 0 -1em; padding: 0 1em;"> NETIO Lua Programming </h2>
+
 
NETIO uses Lua as its scripting language. To master it, follow these references:
+
[https://github.com/elmicro/fhem_netio_4x_pm FHEM module by Elmicro]
 +
 
 +
[https://github.com/imolein/lua-netio LUA control Library]
 +
 
 +
[https://github.com/netioproducts/c-sharp-examples/tree/master/netioControllerXML-Stefano M2M XML API integration in C#]
 +
 
 +
[https://github.com/rynr/netio Java Control Library]
 +
 
 +
[https://github.com/st3veV/Netio-OpenHAB OpenHAB using MQTT]
 +
 
 +
[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/ NETIO 4All from NodeRED]
 +
 
 +
[https://github.com/theone1984/netio-jenkins Jenkins plugin]
 +
</div>
 +
</div>
  
=== [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.
 
  
=== [[NETIO Lua Manual]] ===
+
</div>
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.
 
  
=== [https://www.lua.org/manual/5.3/ Lua manual] ===
+
</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? ===
 +
==== [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.
 +
==== [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 ===
 +
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]] ====
 +
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
 +
</div>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
__NOTOC__
 
__NOTOC__

Revision as of 11:40, 3 January 2020

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