James Mertz

Results 12 comments of James Mertz

what exactly are these changes for?

I can't merge and that's up to @MarkBaggett to decide, but I don't see the value added to the project itself. You might consider forking the project and adding these...

Great idea! This is definitely a good topic to cover early one.

This should be a standalone presentation. Probably in a different folder like "supplemental material"

Also make sure that there is a small discussion that the randint() function is NOT crypto safe.

It should also be noted that a case might arrive like this: ```python class variable_packet(models.Packet): pkt_id = models.IntField8() pkt_type = models.IntField8() data_length = models.IntField16() data_entries = models.ArrayField( models.IntField32(), data_length )...

This shouldn't be that difficult to do. We would need to re-create the internal packet structure but that's ok. Need to look into this a little further.

Similar to that of the binary file generation, the parsing is also in a round about way implemented. What needs to happen with this issue is generate the documentation.

This is really neat idea but not one that we'll focus on for the current development phase. Going to icebox this until after the initial release.