Rickedb / OpenProtocolInterpreter

Converts the ugly ASCII package that came from Open Protocol to an object
MIT License
142 stars 71 forks source link

Generate extra data at `Mid0008` by providing the desired mid to subscribe #104

Open Rickedb opened 10 months ago

Rickedb commented 10 months ago

Is there a way to generate the 006000080010 1201001310000000000000000000000000000001 with new Midxxxx().Pack()? At the moment, I just send it as plain text.

Originally posted by @AndreasReitberger in https://github.com/Rickedb/OpenProtocolInterpreter/issues/101#issuecomment-1624833458


Nowadays the only possible way is to set ExtraData as plain text and the user should handle paddings and rules by itself.