can2mqtt icon indicating copy to clipboard operation
can2mqtt copied to clipboard

Reload feature

Open mxmxchere opened this issue 8 years ago • 2 comments

I want it to be possible to reload the config via a POSIX Signal like SIGUSR1

mxmxchere avatar Dec 02 '16 19:12 mxmxchere

or even better inotify

mxmxchere avatar Dec 23 '20 10:12 mxmxchere

Implementation:

  • bundle pairfromID and pairFromTopic into one struct
  • create parseConfig function which returns "config-struct"
  • secured, global pointer to active struct

mxmxchere avatar Jul 20 '24 17:07 mxmxchere