Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST]Be able to autodiscover all ESP3D devices and agregate them #85

Open
luc-github opened this issue Jan 4, 2020 · 3 comments

Comments

@luc-github
Copy link
Owner

luc-github commented Jan 4, 2020

One UI to rule them all, One UI to find them,
One UI to bring them all and in the darkness bind them

A way to agregate all UI/esp3d and control them like an esp3d farm, even sending jobs from one to another
This tool could also handle printers access for fab lab or a classroom for example

It could be used also with usage of NFC devices - imagination is just the limit

This thread is more for a discussion for the moment to see if there is a need or it is just a fake good idea ^_^

@ETE-Design
Copy link

Great idea, that way it would be possible to control all printers using ESP3D in one GUI :-) Will you make an app for it to add all IP's, or one ESP3D Master and the rest Slaves? Would be even better to find a way to incooperate a slicer also so you can send the STL direct from Phone or whatever to the printers :-)

@luc-github
Copy link
Owner Author

For the aggregation the idea is simply to use the MDNS.queryService("esp", "tcp"); API so any ESP can be master/slave - it is just a query so need to fine tune the management of this query, may be using luc-github/ESP3D#421 and display result to webUI in the same way the scan network send information.

The offline slicer idea is already done by someone - but I think code is not public yet or won't be public, it is based on Cura engine (luc-github/ESP3D#487 (comment))

The online slicer idea is pretty old but need a reliable online solution that provide online commands, and this need lot of test before choose the right one ( this one looks nice but never tested https://icesl.loria.fr/slicecrafter/, another one Astroprint is well known https://www.astroprint.com/online-stl-slicer-and-gcode-x3g-generator but not free and again need time to test and check how to integrate) - so my time bandwidth is the problem ...

@luc-github luc-github changed the title [FEATURE REQUEST]Be able to autodiscover all ESP3D device and agregate them [FEATURE REQUEST]Be able to autodiscover all ESP3D devicea and agregate them Aug 14, 2022
@luc-github luc-github changed the title [FEATURE REQUEST]Be able to autodiscover all ESP3D devicea and agregate them [FEATURE REQUEST]Be able to autodiscover all ESP3D devices and agregate them Aug 14, 2022
@luc-github
Copy link
Owner Author

the command to list all ESP3D / ESP3DLib / etc is now implemented luc-github/ESP3D#803
Just need to define what UI would be convenient , the ESP450 generate a json file

{
 "cmd": "450",
 "status": "ok",
 "data": [
  {
   "Hostname": "esp3d-test.local",
   "IP": "192.168.2.130",
   "port": "80",
   "TxT": [
    {
     "key": "version",
     "value": "3.0.0.a204"
    },
    {
     "key": "firmware",
     "value": "esp3d"
    }
   ]
  },
  {
   "Hostname": "esp3dgrbl.local",
   "IP": "192.168.2.200",
   "port": "80",
   "TxT": [
    {
     "key": "version",
     "value": "3.0.0.a203"
    }
   ]
  }
 ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants