Difference between revisions of "MISC-TN-021: SBCSPG and ThingsBoard IoT"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{InfoBoxTop}} {{AppliesToSBCSPG}} {{AppliesTo SBC Lynx TN}} {{AppliesToIoT}} {{AppliesTo IoT TN}} {{InfoBoxBottom}} {{WarningMessage|text=This technical note was validated ag...")
 
(Installing ThingsBoard IoT Gateway)
Line 29: Line 29:
 
==Installing ''ThingsBoard IoT Gateway''==
 
==Installing ''ThingsBoard IoT Gateway''==
 
To install  
 
To install  
 +
 +
https://thingsboard.io/docs/iot-gateway/install/deb-installation/
  
  
 
<pre class="board-terminal">
 
<pre class="board-terminal">
 +
$ sudo pip3 install --upgrade protobuf
 +
Requirement already satisfied: protobuf in /usr/local/lib/python3.7/dist-packages (3.10.0)
 +
Collecting protobuf
 +
  Downloading protobuf-3.19.4-py2.py3-none-any.whl (162 kB)
 +
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.7/162.7 KB 702.7 kB/s eta 0:00:00
 +
Installing collected packages: protobuf
 +
  Attempting uninstall: protobuf
 +
    Found existing installation: protobuf 3.10.0
 +
    Uninstalling protobuf-3.10.0:
 +
      Successfully uninstalled protobuf-3.10.0
 +
Successfully installed protobuf-3.19.4
 
</pre>
 
</pre>
 
  
 
==Installing==
 
==Installing==

Revision as of 15:40, 3 February 2022

Info Box
SBCSPG-1.jpg Applies to SBCSPG
Cloud-computing-banner.jpg Applies to IoT
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 February 2022 First public release

Introduction[edit | edit source]

This Technical Note illustrates how to run ThingsBoard IoT Gateway software on the SBCSBP gateway product running Debian Buster.


Installing ThingsBoard IoT Gateway[edit | edit source]

To install

https://thingsboard.io/docs/iot-gateway/install/deb-installation/


$ sudo pip3 install --upgrade protobuf
Requirement already satisfied: protobuf in /usr/local/lib/python3.7/dist-packages (3.10.0)
Collecting protobuf
  Downloading protobuf-3.19.4-py2.py3-none-any.whl (162 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.7/162.7 KB 702.7 kB/s eta 0:00:00
Installing collected packages: protobuf
  Attempting uninstall: protobuf
    Found existing installation: protobuf 3.10.0
    Uninstalling protobuf-3.10.0:
      Successfully uninstalled protobuf-3.10.0
Successfully installed protobuf-3.19.4

Installing[edit | edit source]