IOT Server
- Start Server:
Will make the board run a server and listening (or waiting for incoming requests) on the specified port.
Parameter: Port – Type : Number.
Video tutorial
- Client IP:
Returns the IP address of the connected client.
Return type: String.
Video tutorial
- Server read request:
Returns the incoming HTTP request. You should put it after the wait connection bloc.
Return type: String.
Video tutorial
- Answer:
This bloc will answer any incoming request with a HTML page containing the parameter text. It could be a simple text or the value of a sensor.
Video tutorial
- Wait connection:
This bloc will wait for any incoming request. You should put it in the main loop.
Video tutorial
- Client flush:
Discard any bytes that have been written to the client but not yet read.