Difference between revisions of "Component: Webserver (W5500) (Comms: Networking)"
From Flowcode Help
Jump to navigationJump to search| Line 20: | Line 20: | ||
| ==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 38: | Line 40: | ||
| ==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 57: | Line 61: | ||
| − | == | + | ==Macro reference== | 
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 14:14, 20 January 2023
| Author | Matrix Ltd. | 
| Version | 1.0 | 
| Category | Comms: Networking | 
Contents
Webserver (W5500) component
Webserver component designed to work with the W5500 module from Wiznet, as use by the ETH WIZ Click Module. Provides a very simple interface to allow webpages to be hosted from hardware or simulation.
Component Source Code
Please click here for the component source code: FC_Comp_Source_WebServer_W5500.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
|   | WM_TXMEM | 
|  - BYTE | ch | 
|  - UINT | Return | 
|   | SetOutValue | 
| Set the value of an outbound substitution string | |
|  - BYTE | index | 
|  - STRING | value | 
|  - VOID | Return | 
|   | Send_Embedded_HTML_Page4 | 
|  - VOID | Return | 
|   | Send_Embedded_HTML_Page3 | 
|  - VOID | Return | 
|   | Send_Embedded_HTML_Page2 | 
|  - VOID | Return | 
|   | Send_Embedded_HTML_Page1 | 
|  - VOID | Return | 
|   | GetInValue | 
| Returns the string value of a Request parameter | |
|  - BYTE | index | 
|  - STRING | Return | 
|   | CreateServerSocket | 
| Creates a listening socket on the selected channel and port ready to accept incoming web page requests. | |
|  - BYTE | Channel | 
|  - UINT | Port | 
|  - BYTE | Return | 
|   | IncRxPtr | 
|  - BYTE | Channel | 
|  - VOID | Return | 
|   | CheckSocketActivity | 
| Checks for activity on the server socket and serves out the webpages to any requesting parties. | |
|  - BYTE | Return | 








