Ioto Agent Samples
The Ioto agent provides a suite of samples for common embedded design patterns.
| Name | Description |
|---|---|
| link-agent-main | Embed the Ioto library in your application and use the Ioto main(). |
| own-main | Embed the Ioto library with your own main(). |
| url-fetch | Issue client HTTP requests to issue REST API request. |
| url-get | Issue simple client HTTP GET requests. |
| web-auth | Demonstrate user login for a web application. |
| web-dynamic | Generate dynamic responses for HTTP client requests. |
| web-static | Serve static files for HTTP client requests. |
| web-upload | Process uploaded file in the web server. |
