Niklaus Schiess
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/)
- [ ] Implement bcrypt plugin - [x] Implement CLI - [ ] Add bcrypt GUI elements - [ ] Implement bcrypt unittests
We need something like .desktop files that is compatible with Windows and macOS.
It would be nice to use search and replace patterns in the search field.
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...
Support for KNX over USB or KNX RF should be implemented in future releases.
A command line argument should be added that allows to dump messages in monitoring modes in JSON format (e.g. --json).
The KNX ObjectServer seems to allow connections via TCP (port 12004). An implementation would be handy.
Routing via multicast messages is an alternative to KNXnet/IP tunneling. An implementation would be nice when there are devices available.
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...