The connect over tcp is using the telnet port 23 - so you could use anything that sends over telnet to send to the board.
It doesn't look like the Npm module supports this - only serial and ble.
It could be modified to open a tcp socket on port 23 and send and receive on that...
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The connect over tcp is using the telnet port 23 - so you could use anything that sends over telnet to send to the board.
It doesn't look like the Npm module supports this - only serial and ble.
It could be modified to open a tcp socket on port 23 and send and receive on that...