GL-S20 network dataset hex

Hi,

Is there a way to obtain the Thread network dataset in hex format through the GUI for this model since I cannot access using ssh.

Thanks

Hello,

This may be a customized requirement.
If you are 2B customer, you can contact us by email support@gl-inet.com to evaluate this requirement with us.

Thank you, I'll contact support.

Anyway, maybe this dataset hex can be available also without customize the GUI?
I need for the commissioning using chip-tool.

Maybe it's possible, but it has to check if it has permission to read this hex data.

There is a way to ssh access to GL-20 to execute this command?

ot-ctl dataset active -x

Or obatin it through the APIs?

Thank you

Why cannot you use ssh? Can you pls explain?

Hi @alzhao,

I'm unable to access the device directly via SSH to root@device-ip.
Additionally, the GL-S20 user interface doesn't seem to have an option to enable SSH.

Am I missing something?

Thank you

Sorry I mess up with S200.

S20 is not Linux.

SSH is not supported.

There are two ways to extract:

  1. Connect to the serial port:
    dataset active -x

  2. The web source code returns content with hex data, but the WebUI doesn't show it. Read the web page source code:

1 Like

Hi @bruce , thank you for your answer.
I was able to obtain the dataset hex value from the browser inspector.

Thanks