build_example_chat.py - generate the chat protocol

Overview

This file is used for building the example chat_protocol.json so that it can be used by chat_server.py and chat_client.py.

Before running chat_server.py or chat_client.py simply run this module from the command line:

python -m socktools.tools.examples.gen_proto.build_example_chat

If all goes well, it should build a generated.py and you will be ready to run the chat example