Skip to content

hallo1144/deregex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

utilization 3 is already applied in each branches

theses: https://tdr.lib.ntu.edu.tw/handle/123456789/90015

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published