-
[`mongoose.h`](https://github.com/cesanta/mongoose/blob/d5beb7ba3f3767891f3d85945d7d33c1d8596e37/mongoose.h#L252) redefines some standard `c` functions by macro:
```c
#define snprintf _snprintf
#de…
-
Starting the 2.8 release cycle.
What are we testing:
- Valve support (#433) (no timer support and only generic valve and irrigation at the moment)
- Doorbell support (#375) (set Input to detach…
rojer updated
3 years ago
-
Hi Rojer,
many, many thanks for the great project. i am using a shelly plug s and a shelly 2.5 so far.
My latest purchase are two shelly 2.5 for roller shutters. Both Shellys work with the deliv…
-
Reported by @andyblac in https://github.com/mongoose-os-apps/shelly-homekit/issues/30#issuecomment-687673015, confirmed by other users.
Apparently, after a while (~30 days) the device becomes unavail…
rojer updated
3 years ago
-
Welp, after git pulling and installing the latest nDPI I see:
~~~
g++ -std=c++0x -g -O2 -I/home/nobackup/build/ntopng -I/home/nobackup/build/ntopng/include -Wall -I/usr/local/include -D_FILE_OFFSET_…
-
MG_ENABLE_HTTP_URL_REWRITES is set and comma-separated list of `uri_pattern=url_file_or_directory_path` rewrites is used. If `uri_pattern` matches requested URI segmentation fault occurs. It seems `pr…
-
After I install dockle, I got warning from `brew doctor`
```
Warning: Found Ruby file outside goodwithtech/dockle tap formula directory.
(/usr/local/Homebrew/Library/Taps/goodwithtech/homebrew-do…
-
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)
EasyDarwin-7.3.17.0325 中 EasyCMS 编译出错;./Buildit x64 如下:
"make" -f nbproject/Makefile-x64.mk x64/libCommonUtilitiesLib.a
make[1]: Ente…
-
There are problems when building with tests.
g++ (Rev5, Built by MSYS2 project) 10.2.0
cmake version 3.19.1
GNU Make 4.3
Windows 10 x64
I pasted the whole building process, but **the problem…
-
Mongoose doesnt correct form command for proccess creation.
file mongoose.cpp function mg_start_process line 7966
if (interp == NULL && (fp = mg_fopen(cmd, "r")) != NULL) {
buf[0] = buf[1]…