justinccdev / EventRecordingModule

This module will record various events that take place on a simulator (e.g. avatar entering a region) to some other data source for later analysis. Currently under initial development.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Add recorder that targets a web interface #2

Open justincc opened 10 years ago

justincc commented 10 years ago

May be useful for allowing any simulator owner to feed some external web-interface with details about goings on in their simulator/s.

The event queue structure will stop this unanswered/allow HTTP records from impacting the sim.

justincc commented 10 years ago

I may try and do this sometime, but patches also welcome!