Hello,
I am working on linux console btest client to test speed between linux (without wine installed) and mikrotik. Current version works good but it doesn’t support user authentication. It looks like that Mikrotik server uses some sort of challenge/response scheme.
So that my question is what formula is used to compute response (16 bytes) if i know challenge string (16 bytes) and password? It seems that it’s not same as for Mikrotik API (MD5).
Thanks.
Vladimir