jangko 30d4f5ca17
add meaningful name to the example server
this server name will appear at autobahn summary report.
if we do not set the server name, it will display ugly `unknown server`.
2021-05-22 12:12:42 +07:00
..
2021-05-22 12:12:41 +07:00

Running autobahn test suite.

Start the websocket server

nim c -r examples/server.nim

Install autobahn

# Set up virtualenv in autobahn folder
virtualenv --python=/usr/bin/python2 autobahn

# Activate the virtualenv
source autobahn/bin/activate

# Install autobahn
pip install autobahntestsuite

Run the test Websocket client.

 wstest --mode fuzzingclient --spec fuzzingclient.json

Reports will be generated in reports/server which can be configured in fuzzingclient.json