Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

mirror local and remote api calls #217

Open companje opened 10 years ago

companje commented 10 years ago

Is it possible to mirror the "http://connect.doodle3d.com/api/list.php" on a local WiFi-Box. I think it is just a matter of creating a folder 'api' with in that folder a file 'list.php' which is not a real php file but returns some static or lua generated json code similar to the online script but now returning the box its info.

peteruithoven commented 10 years ago

The big downside with this approach is that you need to account for 2 situations, older and newer firmware/api and that complicates things.