An open API service indexing awesome lists of open source software.

https://github.com/qdot/mcor-iris

Reverse Engineering the communications protocol of the Mcor IRIS 3D Printer
https://github.com/qdot/mcor-iris

Last synced: 4 months ago
JSON representation

Reverse Engineering the communications protocol of the Mcor IRIS 3D Printer

Awesome Lists containing this project

README

          

# Mcor IRIS Protocol Reverse Engineering

This repo contains logs, documents, and scripts for reverse
engineering the communications protocol for the Mcor IRIS 3D Printer.

http://mcortechnologies.com/3d-printers/iris/

The goal is to have a complete document of the protocol between the
Mcor SliceIT software and the printer. Most of the interesting
information found from this project can be found at:

[docs/mcor-iris-protocol.org](docs/mcor-iris-protocol.org)

# Repo Layout

Repo directories are laid out as follows

- logs - Wireshark'd logs from printer communication
- docs - Protocol documentation and notes
- scripts - Python scripts used for parsing logs