Archive 07/10/2020.

Module 4: TP12

Dhesamb

Use the following cell to give you random values for channel and PAN ID. import os,binascii,random pan_id = binascii.b2a_hex(os.urandom(2)).decode() channel = random.randint(11, 26) print(‘Use CHANNEL={}, PAN_ID=0x{}’.format(channel, pan_id)).
Voulez-vous bien m’expliquer où il faut le mettre. Cela m’empeche de terminer certains TP.
Merci pour la comprehension

ojt

Hello,
execute this line then you will have channel and pan_id and later in tp when they told that replace channel and pan_id use the values that you have generated.
rgds,
Olivier.