Wakoma / nimble

The nimble. An open source, rapidly deployable, wireless mesh network.
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
62 stars 10 forks source link

Possible Move and Refactor of generate.py #72

Closed jmwright closed 3 months ago

jmwright commented 4 months ago

See original comment here.

At some point we probably want to move the generate functionality into the nimble_orchestration module so we don't have do do weird path things. generate.py can then basically become a 2-3 line script.

This was in reference to the following line of code in nimble_server.py.

sys.path.append(os.path.dirname(__file__) + "/..")