Open
Description
Problem
A dummy webClient
has been created for the human
allowing a bot
to be controlled from a web browser
. This has not been hooked up with SocketIO
preventing commands being sent to the bot.
Solution
Hook up the webClient
with SocketIO
.
Impact
- Able to send commands from a
web browser
to a connectedbot
without the need of the dedicated android app.