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
- Host: GitHub
- URL: https://github.com/qdot/mcor-iris
- Owner: qdot
- License: bsd-3-clause
- Created: 2016-04-07T03:31:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T05:34:01.000Z (over 10 years ago)
- Last Synced: 2025-06-08T06:41:43.854Z (about 1 year ago)
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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