Wakoma / nimble

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

Create basic back-end server that can run CadQuery and GitBuilding when passed data from UI #45

Closed julianstirling closed 2 weeks ago

jmwright commented 2 months ago

I don't know if it still works, but there was a simple Python-based server back end that I created early in the project to help make sure things were going to work together as we developed them.

https://github.com/Wakoma/nimble/blob/smart_doc/doc_generator/server/nimble_server.py

jmwright commented 2 months ago

And here's the readme with instructions on how to install and run the server.

jmwright commented 1 month ago

@julianstirling That server that I linked does still run after following the instructions, and after I configured a Nimble it passed a zip file back to the me that contains the following directory tree.

Screenshot from 2024-05-03 09-54-14

julianstirling commented 2 weeks ago

This server is added in #9 and #16, with significant updates in #70