Hello.
I am trying to get status information from an old gopro camera via its inbuilt wifi AP. I request the status using job.Download("http://10.5.5.9/camera/sx?.password") and the response is supposed to be status bytes. I don't really know how I should be approaching this. In my JobDone event I log:
And the output is like this:
The content length looks to be about what I would expect, although that could be a co-incidence.
I'm hoping this is enough information to help me understand how to receive the data correctly as getstring obviously isn't the right approach.
I am trying to get status information from an old gopro camera via its inbuilt wifi AP. I request the status using job.Download("http://10.5.5.9/camera/sx?.password") and the response is supposed to be status bytes. I don't really know how I should be approaching this. In my JobDone event I log:
B4X:
Log(Job.Response.StatusCode)
Log(Job.Response.ContentType)
Log(Job.GetString)
And the output is like this:
The content length looks to be about what I would expect, although that could be a co-incidence.
I'm hoping this is enough information to help me understand how to receive the data correctly as getstring obviously isn't the right approach.