freeciv-python icon indicating copy to clipboard operation
freeciv-python copied to clipboard

Converting Packets to Python

Open yashbonde opened this issue 7 years ago • 0 comments

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.

yashbonde avatar Jan 05 '19 12:01 yashbonde