Skip to content

Commit 9fbfd9a

Browse files
XQuartz installation to use plotting tool on MacOS
1 parent 2f8f282 commit 9fbfd9a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/tools/consumption-monitoring.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,16 @@ content: text
7070
1.341448 1 3 1379945918 312317 0.053384 3.272500 0.016322
7171
```
7272

73-
We provide an OML plotting tool which helps you to analyse monitoring data.
73+
We provide an OML plotting tool which helps you to analyse monitoring data. To use the plotting tool on MacOS you have to install XQuartz. Make sure to reboot your machine after the installation is complete.
74+
75+
``` bash
76+
# ONLY for MacOS user
77+
78+
$ brew install --cask xquartz
79+
$ sudo reboot
80+
# Connect using -X option to enable X11 forwarding
81+
$ ssh -X <login>@grenoble.iot-lab.info
82+
```
7483

7584
``` bash
7685
<login>@grenoble:~$ plot_oml_consum -p -i ~/.iot-lab/last/consumption/m3_<id>.oml

docs/tools/radio-monitoring.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,16 @@ content: text
104104

105105
RSSI stands for Received Signal Strength Indication. It is the relative received signal strength in a wireless environment. In IoT-LAB, measured RSSI values provide an indication of the radio power level received by the antenna of the `Control Node` hardware. The RSSI value is expressed in dBm (Decibel-milliwatts), and represents the power ratio in decibels (dB) of the measured power referenced to one milliwatt (mW). A power level of 0 dBm corresponds to 1mW.
106106

107-
We provide an OML plotting tool which helps you to analyse monitoring data.
107+
We provide an OML plotting tool which helps you to analyse monitoring data. To use the plotting tool on MacOS you have to install XQuartz. Make sure to reboot your machine after the installation is complete.
108+
109+
``` bash
110+
# ONLY for MacOS user
111+
112+
$ brew install --cask xquartz
113+
$ sudo reboot
114+
# Connect using -X option to enable X11 forwarding
115+
$ ssh -X <login>@grenoble.iot-lab.info
116+
```
108117

109118
``` bash
110119
<login>@grenoble:~$ plot_oml_radio -a -i ~/.iot-lab/last/radio/m3_<id>.oml

0 commit comments

Comments
 (0)