summaryrefslogblamecommitdiff
path: root/README.md
blob: 562099cfee29d60a77c1e36ea5aec9db89ab979a (plain) (tree)
1
2
3
4
5


       
                                                                            
 









                                                                                                                                                                

                                                                                                                                      
manavis
=======

Manavis parses and visualises combat logs generated by the tmwAthena server.

Manavis can operate in two modes, offline and online.

To run in offline mode, place the public/ folder in a location served by a web server, or run python -m SimpleHTTPServer from it, and connect to localhost:8000.
While offline, you can still analyse everything as you would normally.

To run in online mode, run node index.js from the project root, and connect to localhost:3000.
In online mode, active filters are broadcast to other users, similar to multiplayer notepad or etherpad.
Currently, all changes are applied from everyone in online mode.
This can be inconvenient, and should be changed in the near future.
You can still operate offline by unselecting the checkbox at the loading screen.

Significant amounts of processing in javascript are required. It is recommended you use recent versions of a browser such as chromium.