Changeset 21 for oscpack/trunk/TODO

Show
Ignore:
Timestamp:
09/22/05 13:07:28 (3 years ago)
Author:
ross
Message:

updated README and TODO, and added CHANGES in preparation for new release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oscpack/trunk/TODO

    r5 r21  
    11TODO: 
     2 
     3    - consider adding the local endpoint name to PacketListener::PacketReceived() params 
    24 
    35    - consider adding ListenerThread class to support old seperate thread listener functionality, something like: 
     
    1214            void Stop(); 
    1315        }; 
    14  
    15  
    1616 
    1717    - provide some kind of automatic endianness configuration (hopefully there 
     
    4949    - add a method to discard an inprogress message if it gets half 
    5050        constructed and the buffer is full in OutboundPacket 
     51 
     52    - write a stress testing app which can send garbage packets to try to flush out other bugs in the parsing code. 
     53 
     54 
     55