API receiver demo

This is a realtime demo of the events available from the UDM API. Play around with the menus, and watch the display as you do.

Here I'm processing every event, compiling the data into a string, and then adding that string to an event log [view the code]. You'll no doubt notice the menus working much more slowly than usual, but don't be concerned - it isn't the API which causes that, it's what I'm doing with the textarea.

In practise you wouldn't do anything so intensive, I just wanted to show you the output in real time - and I thought it would be cool :)

Please see the API documentation for more information.