po-gl / ConstrainedMarkovModel

An implementation of a non-homogenous Markov model (constrained Markov model)
MIT License
0 stars 0 forks source link

Allow IPC through sockets #1

Closed po-gl closed 5 years ago

po-gl commented 5 years ago

Implement feature to allow IPC between this command line tool and another process; specifically, a Django python app.

Having IPC will allow the python app to query the tool for mnemonic devices as well as information from the probability matrices to build a graph visual of the model.

po-gl commented 5 years ago

IPC is implemented as a threaded socket server, see ac2b9e9.