ipcam2mqtt icon indicating copy to clipboard operation
ipcam2mqtt copied to clipboard

:video_camera: IPCamera alarm to MQTT bridge inspired to the mqtt-smarthome project.

Results 8 ipcam2mqtt issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, thanks for this great project, however I'm facing some problem. Every time after restarting ipcam2mqtt, the 1st ftp upload will always trigger the "Motion detected" message instantly, but then...

It would be really nice to save the images and only send the url of the image to mqtt. That would take the load of mqtt. Also very nice to...

At this moment every password is accepted, I should maybe require at least some sort off password. [This](https://github.com/svrooij/nodeftpd/blob/master/lib/FtpConnection.js#L1345) function could be used.