Browser-based message testing environment

Browser-based message testing environment #

To make development easier, a way to easily try messages via a web browser is provided. With MMDAgent-EX running, open http://localhost:50000/ in a browser on the same machine.

The browser connects to the running MMDAgent-EX and opens a page like the following.

test message page snapshot

You can enter a message in this text box and press the Send button to send any message to the running MMDAgent-EX. Try entering the following prompt display message.

PROMPT_SHOW|"This is test"|Yes|OK|"I got it"

Press Send; if a prompt dialog like the following appears, it’s working.

test message prompt snapshot

This lets you send arbitrary messages to the running MMDAgent-EX at http://localhost:50000/ to verify behavior – feel free to use it.

Configuration #

You can change the port number in the .mdf. You can also disable this feature.

# set to false to disable the internal http server feature
http_server=true

# set port number to listen
http_server_port=50000