roleoroleo / sonoff-hack

Custom firmware for Sonoff GK-200MP2B camera
GNU General Public License v3.0
200 stars 45 forks source link

POST snapshot to a server #92

Closed jcgz100 closed 1 year ago

jcgz100 commented 1 year ago

Is there a way that we can upload the file take from snapshot to another server? Curl is not available in busybox Wget doesnt have the param --post-data or --post-file

With this feature we can upload every "x" seconds the image from the camera to another public server and we can see our camera in realtime. Thank you.

jcgz100 commented 1 year ago

I will close this issue because you can do it using nc command.