Results 12 comments of Youri Bonnaffé

I agree, the value is probably malformatted according to the RFC. Still do you think there is an interest to support such usage if that could be done without breaking...

Might be related to path completions. ``` > schedul schedulerhelp() schedulerstats() scheduling.iml scheduler ```

It seems so. The options I see for now are: - Java 8 only version - embed doclet API from Java < 8 and rename packages (dirty) What bothers me...

Thanks @guino Booting the camera without the SD card and then inserting it with the ppsFactoryTool.txt works! I can keep the camera working and have a local port open! By...

Yeah the file looked small and given the name it has... I made progress on enabling/disabling the notifications though. The API key is printed in the logs when running the...

Also with an iPhone, setting up mitm is much easier and the CloudEdge app does not do certificate pinning so we can see all the API calls made. I'm also...

I've updated the page on https://github.com/youribonnaffe/iegeek-security-camera to reflect how I managed to make it work. It turns the API signature is not really checked, so the most important thing is...

Yeah I tried a few different URLs but had not luck with that. The /proc/cmdline was not working either.

Some URLs from the CloudEdge application ``` 127.0.0.1/devices/charm/pair 127.0.0.1/devices/charm/unpair 127.0.0.1/devices/firmware_upgrade 127.0.0.1/devices/led/all 127.0.0.1/devices/music/id/%s/start 127.0.0.1/devices/music/play/ 127.0.0.1/devices/music/play/next 127.0.0.1/devices/music/play/pause 127.0.0.1/devices/music/play/prev 127.0.0.1/devices/music/play/state 127.0.0.1/devices/network 127.0.0.1/devices/reboot 127.0.0.1/devices/record/search_by_day 127.0.0.1/devices/sd_event 127.0.0.1/devices/settings 127.0.0.1/devices/storage 127.0.0.1/devices/temp_humidity/value 127.0.0.1/devices/upgradeprecent 127.0.0.1/devices/voicemail 127.0.0.1/media/audio/output/volume 127.0.0.1/media/audio/output/volume/ ``` And...