SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
134 stars 53 forks source link

Browser GUI: Add 404 page #258

Closed mgeier closed 1 year ago

mgeier commented 3 years ago

If an unsupported resource is requested, we currently create the appropriate status code and print a "verbose" message to the terminal:

https://github.com/SoundScapeRenderer/ssr/blob/f2955bb5859dea76f3c97e40ea4d205cfa071940/src/websocket/server.h#L164-L165

I think it would be great to serve a 404 page in this case. This page could include a link to the test page and to the 3D GUI, as well as some helpful text explaining how to get the 3D GUI if it hasn't been built yet.