Changes

Jump to: navigation, search
no edit summary
{{InfoBoxTop}}
{{AppliesToSBCX}}
{{AppliesToAxel}}
{{AppliesToAxelEsatta}}
{{AppliesToAxelLite}}
{{AppliesToAxelEsattaAppliesToAXEL Lite TN}}{{AppliesToSMARX TN}}{{AppliesToSBCX}}{{AppliesToSBC Axel TN}}{{AppliesToVisualStudioCode}}{{AppliesTo VisualStudioCode TN}}{{AppliesToIoT}}{{AppliesTo IoT TN}}
{{InfoBoxBottom}}
{{WarningMessage|text=This technical note was validated against specific versions of hardware and software. It may not work with other versions.}}
edgeAgent running Up 17 hours mcr.microsoft.com/azureiotedge-agent:1.0
</pre>
 
 
It is also interesting to list the processes running inside the <code>azureiotedge-simulated-temperature-sensor</code> container:
<pre class="board-terminal">
root@sbcx:~# docker container top 145db7780bec
UID PID PPID C STIME TTY TIME CMD
armbian 2612 2586 0 10:24 ? 00:00:20 /usr/bin/dotnet SimulatedTemperatureSensor.dll
</pre>
 
The <code>/usr/bin/dotnet</code> file is an ARM executable ...
<pre class="board-terminal">
root@sbcx:/var/lib/docker/overlay2/b4cc9541e8175bae26aa42952490a0b2fcdd5895bfe18f8092b58c27531259b6/merged/usr/share/dotnet# file dotnet
dotnet: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=ef6dc8332270899ce1c7de629bdbcc95168fc710, stripped
</pre>
 
... while <code>SimulatedTemperatureSensor.dll</code> is a [https://en.wikipedia.org/wiki/Portable_Executable Portable Executable] file:
<pre class="board-terminal">
root@sbcx:/var/lib/docker/overlay2/b4cc9541e8175bae26aa42952490a0b2fcdd5895bfe18f8092b58c27531259b6# file merged/app/SimulatedTemperatureSensor.dll
merged/app/SimulatedTemperatureSensor.dll: PE32 executable (console) Intel 80386 Mono/.Net assembly, for MS Windows
</pre>
 
Unfortunately, at the time of this writing, the official source code of the ''Simulated Temperature Sensor'' module was not available. The original repository was cloned [https://github.com/Warlib1975/azureiotedge-simulated-temperature-sensor here], however.
8,154
edits

Navigation menu