Difference between revisions of "ORCA-TN-003 — Automated test equipment (ATE) monitoring with ORCA SBC, ThingsBoard IoT, and Fledge"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{InfoBoxTop}} {{AppliesTo ORCA TN}} {{AppliesTo ORCA SBC TN}} {{InfoBoxBottom}} __FORCETOC__ == History == {| class="wikitable" border="1" !Version !Date !Notes |- |1.0.0 |Ap...")
 
Line 17: Line 17:
  
 
==Introduction==
 
==Introduction==
 
+
This Technical Note (TN for short) illustrates the same application described [[MISC-TN-026:_Automated_test_equipment_(ATE)_monitoring_with_SBCSPG_gateway,_ThingsBoard_IoT,_and_Fledge|here]] with two notable differences:
 
+
* The edge device is [[ORCA_SBC|Orca SBC]] instead of SBCSPG gateway.
 
+
* Fledge and Fledge GUI were not installed by using <code>apt</code>. They were built on the target instead even though the Linux distribution is still [[ORCA-TN-001_—_Running_Armbian_Bullseye_(Debian_11)|Debian 11]]. This configuration may be suited for development purposes. For instance, think about the case in which you have to develop some custom north/south plugins. This set-up allows to develop the plugins on a PC host running the ''same'' distribution, and to migrate them to the target later on when they are already tested and debugged thoroughly.
 
 
curl -sX POST http://localhost:8081/fledge/plugins -d '{"format":"tar", "name": "fledge-south-modbustcp", "type": "south", "url":"http://localhost:8000/fledge-south-modbustcp.tar", "checksum": "7094b3e4d7076570fa080a3ef4186016"}'
 

Revision as of 15:17, 18 April 2023

Info Box

History[edit | edit source]

Version Date Notes
1.0.0 April 2023 First public release

Introduction[edit | edit source]

This Technical Note (TN for short) illustrates the same application described here with two notable differences:

  • The edge device is Orca SBC instead of SBCSPG gateway.
  • Fledge and Fledge GUI were not installed by using apt. They were built on the target instead even though the Linux distribution is still Debian 11. This configuration may be suited for development purposes. For instance, think about the case in which you have to develop some custom north/south plugins. This set-up allows to develop the plugins on a PC host running the same distribution, and to migrate them to the target later on when they are already tested and debugged thoroughly.