freeciv-python
freeciv-python copied to clipboard
Converting Packets to Python
As described in #3, packets are used to connect to the server. The packets are defined here and need to be converted to python for using.
Problem: Freeciv uses non-standard packet structure which means that the approach for connection is not known and in extension the correct packet structure. Once we have defined the packet structure from #3 we can extend this to other packets.