License: AGPL-3.0
| Node | Description |
|---|---|
| close | Closes an open TCP connection |
| connect | Establish an internet connection by automatically getting all required configuration info from a DHCP server |
| connect-manual | Establish an internet connection configured manually |
| example-get-data-from-dweet | No description |
| ethernet-shield | Initialise w5500-based ethernet shield and establish internet connection |
| example-get-your-ip | No description |
| http-request(w5500-inet) | Performs an HTTP request and returns the response as a stream of characters |
| has-available-byte | Checks if there is any incoming data to be read with `read-byte` |
| is-open | Checks if a TCP connection is open |
| open-tcp | Open a TCP connection to the specified server |
| lan-ip | Gets a local IP address |
| read-byte | Read a single byte of the response from an opened connection |
| send | Send a message through an opened TCP connection |
| receive | Read a response from an opened connection as a stream of bytes until it closes |
| w5500-device | Represents a W5500-based ethernet device |