Python generic server implementation, with configurable request-response modes (e.g, 'ok', 'reflect', 'json').
Status: Pre-Alpha (early development) Authors: Carsten König
In order to test different network components in a lab environment, some components might not be available. In order to simulate their presence, MockServer answers requests with pre-defined answers.
pip install generic-server # not yet published
In order to start a MockServer, start the server with the desired config:
genericserver <protocol> <responder>
The config-file is a simple yaml file that contains the modes and request-answer pairs.
Carsten König