[go: up one dir, main page]

Menu

Tree [r10] / trunk /
 History

HTTPS access


File Date Author Commit
 aprsbot 2009-01-08 masham [r9] * Working demo
 build 2008-09-09 masham [r7] * Initial code check in. Expect ungroovyness.
 docs 2008-09-09 masham [r7] * Initial code check in. Expect ungroovyness.
 lib 2009-01-08 masham [r8] Updates from local source, haven't sync in a c...
 COPYING 2008-09-09 masham [r6] Initial checkin of top level files.
 COPYING.LESSER 2008-09-09 masham [r6] Initial checkin of top level files.
 CREDITS 2009-01-08 masham [r8] Updates from local source, haven't sync in a c...
 README 2009-01-08 masham [r8] Updates from local source, haven't sync in a c...
 README.DEV 2009-01-08 masham [r10]

Read Me

// Dev notes

This library is pretty alpha.  It works, but there's some stuff that needs to be refactored.
 
 * Packet callbacks should pass an object of a packet type instead of the parsed header and raw ax.25 info field
    * Right now each callback has to decode the ax.25 data field to extract lat/long/reports, messages, etc.
    * The message call back has to handle ack/nack itself.  This makes logical sense since a bot might want to respond to messages not destined for it, but there should be a helper function that does the parsing and ack for you
 
 * Doesn't support mic-e
 * Doesn't support wx objects
 
 other stuff