This repository has been archived on 2025-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
bmng-dev 0f9625aac7 Refactor packet header extraction and generation
Demote payloadLength from class instance variable to processData local variable as no other function was using it
Improve processData:
 -Utilise shared.Header
 -Use a memoryview to reduce memory overhead
 -Clean up variables before a recursive call
 -Strip null bytes from command
Refactor sendData
Various functions:
 -Use shared.CreatePacket to generate packets
Fix typo in _checkIPv4Address
2014-05-22 15:57:48 +00:00
..
2013-11-01 19:28:44 -04:00
2013-04-01 20:23:32 +01:00
2014-01-12 19:56:30 -05:00
2014-03-12 01:48:48 +00:00
2014-01-20 23:04:41 -05:00
2014-04-30 18:48:00 -04:00
2014-01-20 13:45:21 -05:00
2013-07-15 15:45:03 -04:00
2013-10-02 04:14:53 +04:00
2013-08-29 07:27:09 -04:00
2013-09-02 23:14:43 -04:00
2013-09-04 12:53:18 -04:00
2013-09-06 13:41:24 -04:00