I have several really simple CURL scripts, and have to translate them to LUA to run them from my RasPi. To be honest, I just can't figure out how to do that.
For example, I'm using this CURL-script to reboot my IP cam(s):
Code: Select all
curl -X PUT --user user:password http://192.168.0.18/system/reboot
Thanks!!