-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal strength data #14
Comments
Hi |
I think by route you're referring to the URL? It would be http://192.168.0.1/webpages/index.html?t=ea3f7fe8#networkMap |
Could you clear logs, select XHR and again go to wifi clients page? |
could you run this script and post the results?
|
Seems like it's not the game_accelerator stuff.
|
Could you post the request to admin/smart_network?form=game_accelerator that you catched in browser? |
sign=5406c3ae9f55dde5d205d1216c539fc2a74143444c6e1a37976f586a45bc3ba309da8493d3365fc0f51ce48b092e078d7cbe992c55493b3c5968897b1dd36b57&data=dYR8YXE6DmK6a6QQn2UyNqYhTcxRrLDnhuwP3HOK4o0= |
there is the wrong characters in the end of your string |
Weird. I corrected the comment. |
Try this one
|
Output was None |
you need "operation=loadDevice" from tplinkrouterc6u import TplinkRouter
from logging import Logger
client = TplinkRouter('192.168.0.1', 'yourPassword', logger=Logger('test'))
client.authorize()
print(client.request('admin/smart_network?form=game_accelerator', 'operation=loadDevice') it returns an array:
|
@gordonaspin Thank you! |
It's a pain. You have to decode the operation. The way I do it is put a breakpoint on the XHR matching the URL and a breakpoint on the decryptData function and use the console to call the decryptData function with the encrypted post data. Is there a better way ? I was thinking maybe to write a proxy server as a man-in-the-middle. |
@gordonaspin yeah, I do the same |
Is it possible to decode this string? |
Added Signal strength for WIFI device in version 5.2.0 |
Hi,
I was wondering if it is possible to get the signal strength data of wifi devices somehow?
The text was updated successfully, but these errors were encountered: