Avatar for Simon

Simon

Member since Jan 2017 • Last active Jan 2017
  • 0 conversations
  • 2 comments

Most recent activity

  • in Puck.js, Pixl.js and MDBT42
    Avatar for Simon

    I have also found another security hole, is there a way of disabling the port 88 web server used for wifi flashing otherwise anyone on the same WiFi network could just flash the device and take control that way.

    Now im no hacker but ive found these holes pretty easily so looks to be quite a bit of work to be done before I could use this in a commercial environment.

    I have come from using the Particle Photon witch is secure out of the box but was looking for a device I could program in JavaScript.

  • in Puck.js, Pixl.js and MDBT42
    Avatar for Simon

    Hi Ive have just got a ESP8266 and this was my first thought, my best attempt at the moment is below:

    E.on('init', function() {
      E.setPassword("Password");
      E.lockConsole();
    });
    

    this works for when the board boots but after i login once I have to remember to reset() or E.lockConsole()

    is there a better solution at the moment ?

Actions