Niklaus Schiess

Results 15 issues of Niklaus Schiess

An additional category for object (de)serialization could be useful. The following formats could be implemented quite easily: * Python object serialization with Pickle * Java object serialization with [javaobj](https://pypi.python.org/pypi/javaobj-py3/)

enhancement

- [ ] Implement bcrypt plugin - [x] Implement CLI - [ ] Add bcrypt GUI elements - [ ] Implement bcrypt unittests

enhancement

We need something like .desktop files that is compatible with Windows and macOS.

bug
enhancement

It would be nice to use search and replace patterns in the search field.

enhancement

When searching in large inputs, deen will basically hang for a long time. The searching is not very fast and uses a lot of resources. It should be refactored and...

bug
enhancement

Support for KNX over USB or KNX RF should be implemented in future releases.

enhancement

A command line argument should be added that allows to dump messages in monitoring modes in JSON format (e.g. --json).

enhancement

The KNX ObjectServer seems to allow connections via TCP (port 12004). An implementation would be handy.

enhancement

Routing via multicast messages is an alternative to KNXnet/IP tunneling. An implementation would be nice when there are devices available.

enhancement

This update allows ngxtop to parse files that are included in the Nginx config via 'include' directives. Useful for large deployments where each vhost is located in a separate config...