srenfo

Results 12 comments of srenfo

I like to use [pipx](https://github.com/pipxproject/pipx) to similar effect. Dependencies get installed in an isolated environment and a "binary" magically appears in your PATH.

You're seeing this because this [used to be a debug-level message rather than a warning](https://github.com/mushorg/conpot/commit/c0319e98e3fa8b6ce90ed9efc63de78ee2162cf8#diff-a4bb36aa9be0fe1cd8e4ef87403a5861L142-R141) until recently. The fix is to remove `ifOutUNcastPkts` from the template, but read on if...

Do you mean their XMLs or their auxiliary data? Either way this is not a big deal, but we were talking about simplifying things anyway :see_no_evil:

Ideally there would also be tests where possible. Don't know if you want to add this to the requirements. I realize that testing `main()` is notoriously difficult, but with a...

Sure. Changing the `Desc:` text to match should be non-controversial then if that was the original intention anyway. :smiley_cat: Is there any value in restoring an S7-200 template? I don't...

I would steer clear of JSON [1][2] and YAML [3], except maybe [StrictYAML](https://github.com/crdoconnor/strictyaml) [4]. Googling for "JSON configuration" had two articles advising against it in the first four results for...

> We could also drop `get_ext_ip`, I don't recall exactly why needed this in the first place thinking git blame led me to #40 (there's a commit linked in the...

Addendum to clarify why this is all interconnected: Right now Travis only tests Python 3.7. If a Python 3.6-incompatible change were to be committed, Travis would not catch it. The...

Part of my point was that you can test all versions simultaneously if you set up tox that way. Hence PR #488. But fair enough regarding a transition. Do you...

> @srenfo do you have a version preference or is consolidation on any version sufficient? My original issue was with the inconsistent handling of Python versions in the repo. IIRC...