Yiannis Kozyrakis

Results 9 comments of Yiannis Kozyrakis

This is already done in https://play.google.com/store/apps/details?id=com.cigital.safetynetplayground It's all open-sourced here (server-side) https://github.com/cigital/safetynet-web-php (client-side) https://github.com/cigital/safetynet-app

Turning privacy mode on and off is achieved via these messages: `{"smartlife.cam.ipcamera.switch":{"set_is_enable":{"value":"off"}}}` and `{"smartlife.cam.ipcamera.switch":{"set_is_enable":{"value":"on"}}}` These need to be sent (after tp-link "encryption") to `https://camera_ip:10443/data/LINKIE.json` as a "content" POST parameter. This...

> Hey @ikoz quick question, what do you mean by tp-link "encryption". Tried the requests a milion times over, and although they report success through postman, the camera doesnt seem...

> Hey it worked great! Thanks a lot for the help. Wondering now if there is any endpoint that relays the state? (If its either on or off) `{"smartlife.cam.ipcamera.switch":{"get_is_enable":null}}` this...

> Hi all, > > I'm not being able to make this work, maybe I missed something. > > the POST request always returns "0K0=" Same as the other commands...

> @ikoz thanks for your quick answer, but I'm not able to get a result yet :( ![image](https://user-images.githubusercontent.com/3718704/157861687-e3262c81-da37-4b5a-b72c-0fffd2d808d8.png) > > I have used the encrypt method from https://github.com/softScheck/tplink-smartplug/blob/master/tplink_smartplug.py#L70 Maybe I'm...

> Hi @ikoz, > > Thanks for all your help! I'm now able to do the request, but I'm always receiving this response (_I tried the **get** and both **set**_):...

same question. The json parser doesn't support 'lapse' events too, which are present in the json.

@m01 both the csv and the json file from the equity awards section of schwab contain _only_ lapse events in my case. When using `--schwab-award`, the code uses the awards...