Search found 1 match

by NikhilSingh
Mon Apr 24, 2017 6:58 am
Forum: General
Topic: External Control Device: via HTTP commands - success using Girder 6
Replies: 5
Views: 7786

Re: External Control Device: via HTTP commands - success using Girder 6

if not success then
print("Sorry could not connect with server")
return
end

if status ~= 200 then
print("Sorry server returned", status)
return
end

print(body)

end, 3000)

Thanks a ton for this code