vvuk / cassini

ELEGOO 3D printer network protocol client
MIT License
24 stars 12 forks source link

Does this program work with the Chitu M1 board? #10

Open Victor-Choe opened 5 months ago

Victor-Choe commented 5 months ago

Hello, I'm planning to control the board remotely and have come across this project. I used Wireshark and found that it responds with 'OK' to the 'M99999' packet on port 3000, but it doesn't respond with JSON. mine uses chitu m1 and wonder if I can get any tip for this (./cassini doesn't work at all). thank you

vvuk commented 1 month ago

I'm not sure offhand (sorry for the slow response!) -- what's implemented is very barebones based on some captures for a Saturn 3 Ultra. The easiest way would be if you had a known-working way to talk to the board (ChituManager?) and capturing a network trace of what it does. That'll give you some insight.