Skip to content

Commit 9b17109

Browse files
committed
Move mitm server example elsewhere
1 parent 4880bbb commit 9b17109

File tree

3 files changed

+2
-77
lines changed

3 files changed

+2
-77
lines changed

README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ arithmetic operations. To run the demo server, simply run::
4343
4444
python examples/demo_server.py
4545

46-
It furthermore contains a slightly more advanced server used within
47-
the OpenDreamKit project. To use it, run:
48-
49-
python mitm/converting_server.py
50-
51-
5246
Client
5347
------
5448

mitm/converting_server.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

scscp/socketserver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def get_service_description(self, data):
110110

111111

112112
class SCSCPSocketServer(socketserver.ThreadingMixIn, socketserver.TCPServer, object):
113+
""" An SCSCP Server based on sockets """
114+
113115
allow_reuse_address = True
114116

115117
def __init__(self, host=None, port=None,

0 commit comments

Comments
 (0)