Andrea Baldan

Results 8 comments of Andrea Baldan

Hello, you mean only GET method for every stream?

Try running the script with `python2 creak.py`, currently module `ConfigParser` works only on python 2.x, I'll patch it to work even with python 3.x.

Try running `pip install dpkt` or probably better `pip2 install dpkt`

Thank you! Development has been a bit discontinuous lately, I'm still not sure of the best approach for persistence, I'll probably go incremental by starting with the simplest solution, like...

I work on this project on and off, mainly during spare time, it should be easy enough of an addition, that's why I prioritized more inner-logic features, anyway PRs are...

I suppose the easiest way is to incrementally add it by using `openssl/ssl.h` library: - add entries for certs on configuration, possibly specifying path on the config file as well...

You can see a rough work I started on ab112b76bbdd6f6b7a6a90372fea50d4d736c823. Just some simple changes on reception parts on the server module, and accept of course. - Check for encryption required...

Hi, sorry for the late reply, currently it doesn't support Kafka, but it shouldn't be difficult to add it to the backend classes using [kafka-python](https://pypi.org/project/kafka-python/) as driver, same can be...