openreplay/mobs
2022-09-09 11:55:31 +02:00
..
primitives Message protocol update (message size) (#663) 2022-08-22 12:32:48 +02:00
templates chore(tracker): compile enum nessageType to numbers 2022-08-31 12:27:02 +02:00
format.sh fix(backend): library use in message template 2022-08-24 10:49:46 +02:00
ios_messages.rb feat(mobs): opensource message enc/dec generator 2022-07-22 13:06:52 +02:00
LICENSE MIT license for OpenReplay protocol 2022-08-30 19:04:32 +02:00
messages.rb feat(tracker): add zustand support 2022-09-09 11:55:31 +02:00
README.md MIT license for OpenReplay protocol 2022-08-30 19:04:32 +02:00
run.rb Message protocol update (message size) (#663) 2022-08-22 12:32:48 +02:00

Message Object Binary Schema and Code Generator from Templates

To generate all necessary files for the project:

ruby run.rb

In order format generated files run:

sh format.sh

(Otherwise there will be changes in stage)