Bond Keevil

Results 11 comments of Bond Keevil

It doesn't look like debug logging is turned on

It was pretty finicky about which ESP-IDF version you use. Maybe try using the 4.0 branch that the code was last tested on. There are probably some minor modifications required...

I was trying to keep this package fairly lightweight so that it could be something others could fork for their specific use case. If anyone comes up with a fork...

I never tested SSIDs with space characters. We need to convert html special characters back to the original string near line 299 of app_httpd.c Is there an existing ESP-IDF function...

From stackoverflow: ``` Section 7.3.2.1 of the 802.11-2007 specification (http://standards.ieee.org/getieee802/download/802.11-2007.pdf) defines SSIDs. A valid SSID is 0-32 octets with arbitrary contents. A 0-length SSID indicates the wildcard SSID (in probe...

That code was inherited from the original ESP-WHO app. I took a look and the http server library does support POST and PUT requests. Should be a fairly easy fix.

As long as its optional at compile time I don't object. I won't be writing it though.

@SargFowler The camera driver only outputs an mjpeg stream and I think ONVIF requires MP4. They work well with the linux motion package if you keep the resolution low.

ONVIF 2.0 does support MJPEG streams so it ought to possible to add this feature to the board. It wouldn't be full ONVIF support though. I think I will add...