Agent Listening on Port 8080 - Now what?
Seems to be no documentation for the Socket.io server running on port 8080. It runs, but now what?
When I start up my bot, I see the message: "Agent Listening on Port 8080"
I load up my browser and launch that site. All I see is this message: "No agents connected" despite the bot running and doing the initial startup actions I added so the bot starts doing stuff without interaction.
What I expected was a web page where I could send commands to my bot, otherwise I have to launch the game and chat with the bot. I'm not really interested in the game myself, so the Minecraft account is reserved for the bot.
Since the server is Socket.io (Web Sockets), is there a way to send commands via Curl or some other API tools?
Thanks in advance!!
Regards, Jeff