openreplay/mobs
2022-10-11 12:20:33 +02:00
..
primitives Message protocol update (message size) (#663) 2022-08-22 12:32:48 +02:00
templates Devtools separation (#752) 2022-10-07 16:20:48 +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(backend/tracker): add error messages 2022-10-11 12:20:33 +02:00
README.md MIT license for OpenReplay protocol 2022-08-30 19:04:32 +02:00
run.rb Message processing refactoring (#743) 2022-09-28 13:41:50 +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)