License: AGPL-3.0
| Node | Description |
|---|---|
| close | Closes an open TCP connection |
| connect | Establish an internet connection via Wi-Fi using ESP8266 |
| esp8266 | Initialize ESP8266 and configure it to communicate at a specific baud rate |
| example-get-ips | No description |
| http-request(esp8266-inet) | Performs an HTTP request and returns the response as a stream of characters |
| is-open | Checks if a TCP connection is open |
| kick | Checks that ESP8266 initialized and answers for AT commands |
| lan-ip | Gets a local IP address |
| open-tcp | Open a TCP connection to the specified server |
| receive | Read a response from an opened connection as a stream of bytes until it closes |
| send | Sends a message through an opened TCP/UDP connection |
| set-station-mode | Set ESP8266 in the station mode |