Paul Wieland
Paul Wieland
Hi @bsrdjan, yes it worked on NodeRED before. The issue is that they changed their docker base image to use alpine in order to make it small and efficient. alpine...
Small update - I think this problem is related to alpine's use of `musl` instead of `glibc`. There is a way to install `glibc` under alpine (which I have done),...
This should work: 1. `git clone https://github.com/PaulWieland/node-red-docker.git` 2. Put nwrfc750P_4-70002752.zip inside `node-red-docker/docker-custom` 2. `cd node-red-docker/docker-custom` 3. `./docker-make.sh` 4. `docker run -it -p1880:1880 testing:node-red-build` You can connect to the shell after...
@bsrdjan agree the best case would be for SAP to support musl, I just don't know what the likely hood is of that ever happening (or where to even submit...
@bsrdjan Thank you so much for taking the time to troubleshoot this. I haven't got a lot of time today, but hopefully in the next few days I can take...
Closing. I don't think this is possible or practical without a native MUSL version of nwrfc from SAP.
So i'm logged into the customer influence website. It seems that in order to submit an improvement request, I first have to pick a platform that I want improved -...
@balamuruganvasudevan Build your own docker image for node-red with https://github.com/node-red/node-red-docker/blob/master/docker-custom/README.md Clone that repo and change the base image in the dockerfile from Alpine to one of the Debian base images....
+1 for getting a simple .ino sketch that shows the basics of how to implement improv. It would go well with @witnessmenow's [ESP-Web-Tools-Tutorial](https://github.com/witnessmenow/ESP-Web-Tools-Tutorial).
Would you mind sharing your code? (even if its a mess).