This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:faq [2018/10/30 14:53] bdu add AES keys information |
wiki:faq [2020/05/27 18:47] (current) tda |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| </code> | </code> | ||
| In this example, the EUI is ''7276FF004501AAFF''. | In this example, the EUI is ''7276FF004501AAFF''. | ||
| + | |||
| + | Note you can obtain directly the EUI from the /tmp/board_info.json file: | ||
| + | <code> | ||
| + | root@klk-wiis-040166:~ # cat /tmp/board_info.json | grep -i eui | ||
| + | "EUI64": "7076FF0054040166", | ||
| + | root@klk-wiis-040166:~ # | ||
| + | </code> | ||
| + | |||
| ===== What is the maximum number of gateways we can define? ===== | ===== What is the maximum number of gateways we can define? ===== | ||