Difference between revisions of "MISC-TN-006: Implementing a full Industrial IoT system with SBCSPG, Eclipse Kura™, and Eclipse Kapua™"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{InfoBoxTop}} {{AppliesToSBCSPG}} {{InfoBoxBottom}} {{WarningMessage|text=This technical note was validated against specific versions of hardware and software. It may not wor...")
 
(History)
Line 18: Line 18:
 
|-
 
|-
 
|}
 
|}
 +
==Introduction==
 +
[[MISC-TN-005: Running AWS Greengrass Core on SBCSPG|This]] and [[SBCX-TN-003: Deploying modules to Azure IoT Edge-enabled SBCX with Visual Studio Code|this] Technical Note show how to connect two different DAVE Embedded Systems products to famous IoT cloud platforms, Amazon AWS and Microsoft Azure, respectively.
 +
 +
This Technical Note (TN for short) will show instead how to implement an Industrial IoT system following a different approach. In this case, we will be using open-source software stacks both on the edge device and on the cloud platform. This choice allows making use of on-premise cloud infrastructure.
 +
 +
Specifically,
 +
 +
<pre class="board-terminal">
 +
root@sbcspg:~# cat /etc/resolv.conf
 +
nameserver 8.8.8.8
 +
</pre>
 +
 +
[[File:TBD.png|thumb|center|600px|TBD]]

Revision as of 14:01, 9 September 2019

Info Box
SBCSPG-1.jpg Applies to SBCSPG
Warning-icon.png This technical note was validated against specific versions of hardware and software. It may not work with other versions. Warning-icon.png


History[edit | edit source]

Version Date Notes
1.0.0 September 2019 First public release

Introduction[edit | edit source]

This and [[SBCX-TN-003: Deploying modules to Azure IoT Edge-enabled SBCX with Visual Studio Code|this] Technical Note show how to connect two different DAVE Embedded Systems products to famous IoT cloud platforms, Amazon AWS and Microsoft Azure, respectively.

This Technical Note (TN for short) will show instead how to implement an Industrial IoT system following a different approach. In this case, we will be using open-source software stacks both on the edge device and on the cloud platform. This choice allows making use of on-premise cloud infrastructure.

Specifically,

root@sbcspg:~# cat /etc/resolv.conf
nameserver 8.8.8.8
TBD