Code Monkey home page Code Monkey logo

dremel3d45hacking's Introduction

Dremel 3D45 Hacking

Notes on the Dremel 3D45.
I have no idea if any of this violates terms of use, law or warranty. Use this information at your own risk.

OS

OS details: Linux 2.6.32 - 3.5

Open Port Scan:

PORT STATE SERVICE VERSION
23/tcp open telnet utelnetd
80/tcp open http
10123/tcp open unknown
10124/tcp open unknown

Port 23

A telnet service. Username and password unknown at this time.

Port 80:

Webserver runnning an HTTP API

Endpoints

/command
`POST /command HTTP/1.1
Accept: application/json, text/javascript, /; q=0.01
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache

GETPRINTERSTATUS=`

return value: Current printer status
example return:
{ "buildPlate_target_temperature":80, "chamber_temperature":38, "door_open":0, "elaspedtime":7617, "error_code":200, "extruder_target_temperature":255, "fanSpeed":0, "filament_type":"NYLON", "firmware_version":"v3.0_R02.03.04", "jobname":"", "jobstatus":"building", "layer":50, "message":"success", "networkBuild":1, "platform_temperature":80, "progress":41.799999999999997, "remaining":5338, "status":"busy", "temperature":252, "totalTime":10090 }

/print_file_uploads

POST /print_file_uploads HTTP/1.1 Content-Type: multipart/form-data; boundary="boundary_.oOo._MzIwNDA=MTc1NTA=NjE4Nw==" MIME-Version: 1.0 Content-Length: 8894816 Connection: Keep-Alive Accept-Encoding: gzip, deflate Accept-Language: en-US,* User-Agent: Mozilla/5.0

Used for sending g-code to printer as part of a multi-part form post.

Port 10123

The video HTTP JPEG stream using MJPG-Streamer [https://github.com/jacksonliam/mjpg-streamer]

Endpoints

/
add the querystring ?action=stream for the live stream. example: http://10.10.10.10:10123/?action=stream

/index.html
information about the streamer applet and links

/control.html Change video settings including quality and exposure

/stream.html Control and view the stream

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.