Windows Control with node.js (replacement of windows-control Adapter)
This just to document that I am considering replacing https://github.com/Mic-M/ioBroker.windows-control with a new adapter.
The new adapter should use node.js - and no longer GetAdmin.exe. Reasons:
- GetAdmin is not maintained
- Zero security like login implemented in GetAdmin
- exe blackbox, and no source code published
node.js is very flexible and extremely well maintained, and we have many users in the community with node.js experience
Example implementation with JavaScript adapter: https://forum.iobroker.net/post/500068
However, might require development of node modules specifically for Windows. https://forum.iobroker.net/post/500097
@ Mods - please assign this request to me, thanks :-)
Update: See here in Forum: https://forum.iobroker.net/post/500502
Several months ago, Jey-Cee already created a great "proof of concept" with a working prototype: a node.js module which can be installed on each target device. His approach is cross-platform and not isolated to Windows. Jey-Cee and I are working together on this project.
Wollte mal fragen wie weit der stand ist