openreplay/mobs
2022-10-25 14:50:02 +02:00
..
primitives Message protocol update (message size) (#663) 2022-08-22 12:32:48 +02:00
templates feat(mobs;backend): negative filtering for mob-file messages (no backend involved in plugin creation) 2022-10-17 10:29:47 +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): added convertor for old sessionEnd message (#786) 2022-10-25 14:50:02 +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)