I am considering implementing a feature that allows editing the m_channels list through a webserver. This functionality would assist with testing channels and quickly identifying faulty configurations.
To implement this, I plan to use the cpp-httplib library for the webserver functionality.
Before proceeding with development, I would like to confirm:
- Is this feature suitable for the current project?
- Is the
cpp-httplib library appropriate for this implementation?