janh / go-dsl

Library and application for reading xDSL stats
Mozilla Public License 2.0
31 stars 2 forks source link

Speedport Smart 4 - can't connect #8

Open Maximapple opened 1 year ago

Maximapple commented 1 year ago

I've tried the following commands:

./dsl -d speedport speedport.ip -- Result: Connecting… failed: no challenge found

./dsl -d sagemcom speedport.ip -- Result: Connecting… failed: request for /js/gui-core.js failed with status 404

Am I doing something wrong?

janh commented 1 year ago

You're not doing anything wrong.

The speedport option would be the most appropriate one for this device. However, I only have a Speedport Smart 2 for testing, and it looks like the web interface on the model you have is different enough for it not to work.

The error message shows that it fails to find the challenge for authentication. If this is the only issue here this may be easy to fix. But it would require you or someone else who has the device to figure out how it works.

Note that even then, not a lot of information may be available from this device (the hidden menu at http://speedport.ip/engineer/html/module_versions.stm appears to be quite limited from the information I can find). (There are some hints that newer Speedport devices allow accessing spectrum data via TR-064, but that would need more work to implement.)