You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • Great that wiznet is now supported. I just ordered a espruino board.
    Is it possible to use low level socket function as i can use in node.js ?

    something like:

    var net = require('net');
    var cs=new net.Socket();
    cs.connect(port,host, function() { });

    Many thanks

    Sacha

About

Avatar for Sacha @Sacha started