Giter VIP home page Giter VIP logo

Comments (1)

gmag11 avatar gmag11 commented on June 17, 2024

You may upload configuration to SPIFFS using data upload on Arduino or Platformio.

File name is "config.json".

Format is like this:

{
  "networkName": "You_network",
  "networkKey": [  decimal number array with sha256 of key  ],
  "sleepTime": 10,
  "gateway": "Gateway mac address",
  "nodeName": "Your_node"
}

Plain network key is encoded as ASCII characters filled up to 32 characters with 0x00. For instance: if your key is 1234567890 hex equivalent is 3132333435363738393000000000000000000000000000000000000000000000

You may calculate sha256 using online converter as https://emn178.github.io/online-tools/sha256.html

Result hash is a53d6c160dc1358d307786f8c78b8446ec395da65ddd00e069bc81beb51c2f25

So networkKey field in file should be:

[ 165, 61, 108, 22, 13, 193, 53, 141, 48, 119, 134, 248, 199, 139, 132, 70, 236, 57, 93, 166, 93, 221, 0, 224, 105, 188, 129, 190, 181, 28, 47, 37 ]

It is not simple but is feasible. Sorry, it was not designed to be done so.

You may program a simple Python script to build your JSON file. If you do so please share it here so I can include it in repo.

from enigmaiot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.