Skip to content

ck2go/generic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic-Server

Python generic server implementation, with configurable request-response modes (e.g, 'ok', 'reflect', 'json').

Status: Pre-Alpha (early development) Authors: Carsten König

Purpose

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.

Installation

pip install generic-server # not yet published

How to use

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.

License

MIT License

Author

Carsten König

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages