The full source code for Sky Router Tool is available from Google Code. Visual Studio .NET 2010 is required to compile the application (older versions of visual studio may work but are untested).

Modifying the Web Interface

The web interface is saved in the 'htdocs' folder of the Sky Router Tool installation directory.

index.html contains the basic page layout, all other content is in "contentData.json". This is a json representation of all the pages used in the web interface.

In the \Sources\pH-Http\htdocs\pages folder of the source code package you will find an easier-to-edit version of the pages contained in contentData.json. Once you have changed the content of these pages you can update the contentData.json file by running the "updatePages.php" script (this requires PHP to be installed). The pages are largely HTML and javascript but also contain some custom templating tags; I will try and document these at a later stage.