Hello - i have seen and noticed the XDK Http Guide.
Actually i am running some tests with GET and POST messages with your HTTP Rest Client Demo.
My XDK is now able to connect to my other sensor nodes (http server on photons and redbear duos) and read their sensor data and other stuff in json format.
Normally i would prefer a running HTTP server on the XDK also, as i have on my own sensor nodes. XDK Sensor reading would then a little bit easier ?
I will make some more trials soon with your HTTP Client solution to see how i will get all XDK sensor data directly into my nodes and my software applications.
------------------------------------------------------------
1.1 The HTTP Request
HTTP defines how messages between two network endpoints should be structured in order to
obtain an efficient and reliable data transfer. In every interaction, one network endpoint acts as the client and the other as the server. The client sends requests to a server whenever it needs a certain resource or wants to perform a certain operation that the server offers. The server listens for incoming requests and tries to serve them as they arrive. For every request, the server replies with a response. This guide will demonstrate how to use the XDK to send requests.
The XDK will therefore act as an HTTP client.
Note: The presented modules also offer functionality to setup an HTTP server.
This will, however, not be covered in this guide. (may be another ?)