This is an old revision of the document!
UT2K4 Bot Dev Blog
January 22, 2010
So I started this project about two weeks ago. I'm using libs from the Distrbuted Processing project (I've finally learned to make more re-usable code). Through making this I've had to update the comms lib to better handle receiving larger amounts of data. The issue was I would grab only 512b then it would check to send stuff then go back to recv. I just changed it to stay in recv until it finished recv'ing. It shouldn't have to send in the middle of a recv. Also, I created the message parsing code. There maybe some memory leak in this code? I do news a lot but when I try to delete them I get an error. I watched the memory usage and it didn't go up at all. I'm assuming that because it's a class var the class some how manages it. But when the app is more functional I'll have to revisit this code to make sure it's not leaking.