Pylo / MCreatorLink

MCreator Link enables you to connect hardware devices such as Arduino and Raspberry Pi with Minecraft game via MCreator procedures, commands and general API for Minecraft mod developers.
https://mcreator.net/link
Apache License 2.0
24 stars 6 forks source link

Convert MCreator Link protocol to binary #4

Closed KlemenDEV closed 4 years ago

KlemenDEV commented 4 years ago

MCreator Link currently uses ASCII protocol for communication which adds a lot of overhead which is especially bad for Arduino devices with lower CPU power.

MCreator Link protocol should be switched to binary protocol. On the Arduino side, a structure should be directly sent via serial.

MCreator Link mod should use Java Byte Stream API to convert the memory dump of the structures back to usable data for further processing.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.