meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
2.99k stars 715 forks source link

[Feature Request]: Reply Module #3348

Closed gala-vine closed 3 months ago

gala-vine commented 3 months ago

Platform

NRF52, ESP32

Description

Would be an excellent feature to have access to or edit the reply module (replymodule.cpp).. since there's no module for an auto response, it would be nice to make one, in an answer machine sort of sense when users are away from base nodes etc.

additionally and probably won't be added as a feature it would be pretty interesting to see how far this could be pushed with integration with say Chatgpt or another A.I bot that could reply and take messages for you..

caveman99 commented 3 months ago

The reply module is (was) an on-device autoresponder that would send a hard coded text. It iwas more of a boilerplate for a really simple module than something functional or useful. Integration with chatbots should be handled via the serial module, preferably in protobuf mode.