LaserWeb / deprecated-LaserWeb1

Deprecated: use http://github.com/openhardwarecoza/LaserWeb3 instead
186 stars 45 forks source link

Part of firmware? #124

Closed ajhalls closed 8 years ago

ajhalls commented 8 years ago

Just a quick check. I got my smoothieboard and looked at their web interface, while I realize you could get Laserweb running on a RaspberryPi or other webserver, have you looked into just making it part of the firmware to replace the existing web interface?

https://github.com/Smoothieware/Smoothieware/tree/8cbd981e85c918e059a6e68d70fbf3cdad0f8ca5/src/libs/Network/uip/webserver

I myself am not a C+ developer, but I could ask around to see what would be needed to include a node engine along with, or instead of, the httpd one.

Just a thought :)

ghost commented 8 years ago

See github.com/arthurwolf/fabrica that i am a part of too along with github.com/openhardwarecoza/LaserWeb2 (no more Nodejs) - only a matter of time On 10 May 2016 18:57, "Alan" notifications@github.com wrote:

Just a quick check. I got my smoothieboard and looked at their web interface, while I realize you could get Laserweb running on a RaspberryPi or other webserver, have you looked into just making it part of the firmware to replace the existing web interface?

https://github.com/Smoothieware/Smoothieware/tree/8cbd981e85c918e059a6e68d70fbf3cdad0f8ca5/src/libs/Network/uip/webserver

I myself am not a C+ developer, but I could ask around to see what would be needed to include a node engine along with, or instead of, the httpd one.

Just a thought :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/124

ghost commented 8 years ago

https://docs.google.com/document/d/1xuLbjVvCkizSkmPvfprBgnlKV7jBn7wQnLto_G5Q-Dw/edit?usp=sharing = Fabrica Spec sheet: note the paragraph about the Make screen (; On 10 May 2016 18:59, "Peter van der Walt (Gmail)" < peter.plaaswerf@gmail.com> wrote:

See github.com/arthurwolf/fabrica that i am a part of too along with github.com/openhardwarecoza/LaserWeb2 (no more Nodejs) - only a matter of time On 10 May 2016 18:57, "Alan" notifications@github.com wrote:

Just a quick check. I got my smoothieboard and looked at their web interface, while I realize you could get Laserweb running on a RaspberryPi or other webserver, have you looked into just making it part of the firmware to replace the existing web interface?

https://github.com/Smoothieware/Smoothieware/tree/8cbd981e85c918e059a6e68d70fbf3cdad0f8ca5/src/libs/Network/uip/webserver

I myself am not a C+ developer, but I could ask around to see what would be needed to include a node engine along with, or instead of, the httpd one.

Just a thought :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/124

ajhalls commented 8 years ago

Sounds awesome, thanks for all your hard work. I will keep thinking about how I can contribute. Alan