-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi everyone
I want to test the AES message encryption mechanism on M3 and ST-Lorawamn nodes and collect information about the energy consumption of the nodes during the encryption phase and the computing time
the problem I found is that the experiment on fit iot lab can't be launched using a power consumption monitoring profile without the tutorial-M3.elf firmware
im getting the following message error
rbah@grenoble:~/iot-lab/parts/contiki/examples/ipv6/rpl-udp$ plot_oml_consum -p -i /.iot-lab/255409/consumption/m3_103.oml/iot-lab/parts/contiki/examples/ipv6/rpl-udp$
/usr/local/lib/python3.7/dist-packages/oml_plot_tools/common.py:144: ConversionWarning: Some errors were detected !
Line #2128 (got 5 columns instead of 8)
invalid_raise=False)
Traceback (most recent call last):
File "/usr/local/bin/plot_oml_consum", line 24, in
oml_plot_tools.consum.main()
File "/usr/local/lib/python3.7/dist-packages/oml_plot_tools/consum.py", line 157, in main
consumption_plot(data, opts.title, selection)
File "/usr/local/lib/python3.7/dist-packages/oml_plot_tools/consum.py", line 117, in consumption_plot
oml_plot(data, title, [MEASURES_D[value]])
File "/usr/local/lib/python3.7/dist-packages/oml_plot_tools/consum.py", line 139, in oml_plot
plt.figure()
File "/usr/local/lib/python3.7/dist-packages/matplotlib/pyplot.py", line 533, in figure
**kwargs)
File "/usr/local/lib/python3.7/dist-packages/matplotlib/backend_bases.py", line 161, in new_figure_manager
return cls.new_figure_manager_given_figure(num, fig)
File "/usr/local/lib/python3.7/dist-packages/matplotlib/backends/_backend_tk.py", line 1046, in new_figure_manager_given_figure
window = Tk.Tk(className="matplotlib")
File "/usr/lib/python3.7/tkinter/init.py", line 2023, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable
rbah@grenoble:
SVP CAN U HELP ME