prerequisite:
- install myre2 (https://github.com/hallo1144/re2_DFA) (virtualenv is recommended)
- sudo apt install protobuf-compiler swig
- cd re2_dfa
- make
- sudo make install
- make py
- make pyinstall
- install requirements.txt
- build protobuf (rebuild protobuf every time you switch the branch)
- cd deregex/src/protobuf
- make
for utiliz_4 (1 server, 2 nodes, 1 user):
- open 4 shells
- (1st shell) cd deregex/src/server && python3 server.py
- (2nd, 3rd shell) cd deregex/src/node && python3 node.py
- (4th shell) cd deregex/src/user && python3 user.py
for utiliz_1, utiliz_2:
- reinstall myre2 with this commit (https://github.com/hallo1144/re2_DFA/tree/0e1f6f1ae76d39a572e2f202234f7c7f88e8f3f3)
- re-build protobuf
- run server, node, user same as utiliz_4
utilization 3 is already applied in each branches