curl -v -X POST -u webiopi:raspberry
http://10.42.43.112:8000/GPIO/4/function/out
but it's showing this and I don't see any change in the GPIO status web.
* Hostname was NOT found in DNS cache
* Trying 10.42.43.112...
* Connected to 10.42.43.112 (10.42.43.112) port 8000 (#0)
* Server auth using Basic with user 'webiopi'
> POST /GPIO/4/function/out HTTP/1.1
> Authorization: Basic d2ViaW9waTpyYXNwYmVycnk=
> User-Agent: curl/7.38.0
> Host: 10.42.43.112:8000
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
< Server: WebIOPi/0.7.1/Python3.4
< Date: Thu, 24 Sep 2015 21:48:16 GMT
< Cache-Control: no-cache
< Content-Type: None
< Content-Length: 2
<
* Closing connection 0
At the moment,the daemon is running with the setence
sudo webiopi -d -c /etc/webiopi/config
and seeing throught Remmina with a VNC server...
May I ask for some help? Thank You