AdapterRequests icon indicating copy to clipboard operation
AdapterRequests copied to clipboard

Windows Control with node.js (replacement of windows-control Adapter)

Open ghost opened this issue 5 years ago • 3 comments

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

ghost avatar Oct 07 '20 18:10 ghost

@ Mods - please assign this request to me, thanks :-)

ghost avatar Oct 07 '20 18:10 ghost

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.

ghost avatar Oct 11 '20 17:10 ghost

Wollte mal fragen wie weit der stand ist

hotwin avatar Oct 25 '21 01:10 hotwin