I am using the Pion Network Library to try to build some lighteight C++ HTTP web services.
I have succesfully built the sources, and I now want to test the sample web services that come bundled with the library.
I am running the PionWebServer executable, passing it the correct arguments to run the EchoService by running:
./PionWebServer WEBSERVICE EchoService
I then navigate to:
and I get an 404 resource not found error. Has anyone managed to get any of the web service examples working with Pion Network?. What am I doing wrong?